Drop #if 0 code.
authorTor Lillqvist <tml@novell.com>
Thu, 21 Aug 2008 13:42:35 +0000 (13:42 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 21 Aug 2008 13:42:35 +0000 (13:42 +0000)
2008-08-21  Tor Lillqvist  <tml@novell.com>

* glib/giowin32.c: Drop #if 0 code.

svn path=/trunk/; revision=7385

glib/giowin32.c

index c5a94a3..aba51ec 100644 (file)
@@ -773,9 +773,7 @@ g_io_win32_prepare (GSource *source,
                              event_mask) == SOCKET_ERROR)
            ;                   /* What? */
          channel->event_mask = event_mask;
-#if 0
-         channel->event = watch->pollfd.fd;
-#endif
+
          if (channel->debug)
            g_print ("\n  setting last_events=0");
          channel->last_events = 0;