extern "C" {
static
void _GSocket_GDK_Input(gpointer data,
- gint source,
+ gint WXUNUSED(source),
GdkInputCondition condition)
{
GSocket *socket = (GSocket *)data;
Uninstall_Callback(socket, GSOCK_OUTPUT);
}
-#else /* !wxUSE_SOCKETS */
-
-/* some compilers don't like having empty source files */
-static int wxDummyGsockVar = 0;
-
-#endif /* wxUSE_SOCKETS/!wxUSE_SOCKETS */
+#endif // wxUSE_SOCKETS