# HG changeset patch # User reimar # Date 1226789389 0 # Node ID db013e54aef5ab368c7927c00730a75e56668354 # Parent 88fad4f51a9487fdaa35b33aee8e964cfbaea491 Remove a duplicated vo_x11_selectinput_witherr diff -r 88fad4f51a94 -r db013e54aef5 libvo/vo_x11.c --- a/libvo/vo_x11.c Sat Nov 15 22:48:41 2008 +0000 +++ b/libvo/vo_x11.c Sat Nov 15 22:49:49 2008 +0000 @@ -426,14 +426,6 @@ vo_gc = XCreateGC(mDisplay, vo_window, 0L, &xgcv); XSync(mDisplay, False); - vo_x11_selectinput_witherr(mDisplay, vo_window, - StructureNotifyMask | KeyPressMask | - PropertyChangeMask | ExposureMask | - ((WinID == - 0) ? 0 : (ButtonPressMask | - ButtonReleaseMask | - PointerMotionMask))); - #ifdef CONFIG_XF86VM if (vm) {