glib r7385 - trunk/glib



Author: tml
Date: Thu Aug 21 13:42:35 2008
New Revision: 7385
URL: http://svn.gnome.org/viewvc/glib?rev=7385&view=rev

Log:
2008-08-21  Tor Lillqvist  <tml novell com>

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



Modified:
   trunk/glib/giowin32.c

Modified: trunk/glib/giowin32.c
==============================================================================
--- trunk/glib/giowin32.c	(original)
+++ trunk/glib/giowin32.c	Thu Aug 21 13:42:35 2008
@@ -773,9 +773,7 @@
 			      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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]