Mercurial > mplayer.hg
changeset 31554:c35af496fe9c
Remove some commented-out code that has no purpose and is only confusing.
author | reimar |
---|---|
date | Fri, 02 Jul 2010 19:18:17 +0000 |
parents | 6a5073938364 |
children | 1891f87cfdc5 |
files | libvo/x11_common.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/x11_common.c Fri Jul 02 16:52:32 2010 +0000 +++ b/libvo/x11_common.c Fri Jul 02 19:18:17 2010 +0000 @@ -812,8 +812,6 @@ 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 @@ 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();