# HG changeset patch # User reimar # Date 1278098361 0 # Node ID 1891f87cfdc56cf918ee23fbdb11febb47df4345 # Parent c35af496fe9cb74ec910ba8e44ea70f0c836a2a0 Remove useless () diff -r c35af496fe9c -r 1891f87cfdc5 libvo/x11_common.c --- a/libvo/x11_common.c Fri Jul 02 19:18:17 2010 +0000 +++ b/libvo/x11_common.c Fri Jul 02 19:19:21 2010 +0000 @@ -812,7 +812,7 @@ KeySym keySym; static XComposeStatus stat; - if ((vo_mouse_autohide) && mouse_waiting_hide && + if (vo_mouse_autohide && mouse_waiting_hide && (GetTimerMS() - mouse_timer >= 1000)) { vo_hidecursor(mydisplay, vo_window); mouse_waiting_hide = 0;