mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
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:
parent
54d62aa368
commit
755400be44
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user