removed C++ comment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-09-21 20:25:56 +00:00
parent 59a6c6e6c9
commit 9551c623db

View File

@@ -76,8 +76,10 @@ void _GSocket_Install_Callback(GSocket *socket, GSocketEvent event)
default: return;
}
// if (m_id[c] != -1)
// XtRemoveInput(m_id[c]);
#if 0
if (m_id[c] != -1)
XtRemoveInput(m_id[c]);
#endif /* 0 */
if (c == 0)
{