[MPlayer-cvslog] r36261 - trunk/libvo/x11_common.c
reimar
subversion at mplayerhq.hu
Thu May 9 16:06:16 CEST 2013
Author: reimar
Date: Thu May 9 16:06:16 2013
New Revision: 36261
Log:
Remove debug printfs that have not been used in ages.
Modified:
trunk/libvo/x11_common.c
Modified: trunk/libvo/x11_common.c
==============================================================================
--- trunk/libvo/x11_common.c Thu May 9 16:06:15 2013 (r36260)
+++ trunk/libvo/x11_common.c Thu May 9 16:06:16 2013 (r36261)
@@ -854,7 +854,6 @@ int vo_x11_check_events(Display * mydisp
continue;
}
#endif
-// printf("\rEvent.type=%X \n",Event.type);
switch (Event.type)
{
case Expose:
@@ -953,8 +952,6 @@ int vo_x11_check_events(Display * mydisp
if (!name)
break;
-// fprintf(stderr,"[ws] PropertyNotify ( 0x%x ) %s ( 0x%x )\n",vo_window,name,Event.xproperty.atom );
-
XFree(name);
}
break;
More information about the MPlayer-cvslog
mailing list