From efdce758ce171ef133fb8a8748866dced120e742 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 2 Jul 2010 19:18:17 +0000 Subject: x11_common.c: minor cleanup Remove some commented-out code that has no purpose and is only confusing. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31620 b3059339-0415-0410-9bf9-f77b7e298cf2 Remove useless () git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31621 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/x11_common.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libvo') diff --git a/libvo/x11_common.c b/libvo/x11_common.c index b50f82a75e..068561c20a 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -781,9 +781,7 @@ int vo_x11_check_events(struct vo *vo) char buf[100]; KeySym keySym; -// unsigned long vo_KeyTable[512]; - - if ((x11->vo_mouse_autohide) && x11->mouse_waiting_hide && + if (x11->vo_mouse_autohide && x11->mouse_waiting_hide && (GetTimerMS() - x11->mouse_timer >= 1000)) { vo_hidecursor(display, x11->window); x11->mouse_waiting_hide = 0; -- cgit v1.2.3