Drop #if 0 code.

2008-08-21  Tor Lillqvist  <tml@novell.com>

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


svn path=/trunk/; revision=7385
This commit is contained in:
Tor Lillqvist 2008-08-21 13:42:35 +00:00 committed by Tor Lillqvist
parent 54d62aa368
commit 755400be44

View 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;