[MPlayer-cvslog] r31620 - trunk/libvo/x11_common.c

reimar subversion at mplayerhq.hu
Fri Jul 2 21:18:17 CEST 2010


Author: reimar
Date: Fri Jul  2 21:18:17 2010
New Revision: 31620

Log:
Remove some commented-out code that has no purpose and is only confusing.

Modified:
   trunk/libvo/x11_common.c

Modified: trunk/libvo/x11_common.c
==============================================================================
--- trunk/libvo/x11_common.c	Fri Jul  2 18:52:32 2010	(r31619)
+++ trunk/libvo/x11_common.c	Fri Jul  2 21:18:17 2010	(r31620)
@@ -812,8 +812,6 @@ int vo_x11_check_events(Display * mydisp
     KeySym keySym;
     static XComposeStatus stat;
 
-// unsigned long  vo_KeyTable[512];
-
     if ((vo_mouse_autohide) && mouse_waiting_hide &&
                                  (GetTimerMS() - mouse_timer >= 1000)) {
         vo_hidecursor(mydisplay, vo_window);
@@ -840,8 +838,6 @@ int vo_x11_check_events(Display * mydisp
                 ret |= VO_EVENT_EXPOSE;
                 break;
             case ConfigureNotify:
-//         if (!vo_fs && (Event.xconfigure.width == vo_screenwidth || Event.xconfigure.height == vo_screenheight)) break;
-//         if (vo_fs && Event.xconfigure.width != vo_screenwidth && Event.xconfigure.height != vo_screenheight) break;
                 if (vo_window == None)
                     break;
                 ret |= check_resize();


More information about the MPlayer-cvslog mailing list