From f5ce35ec8ce6d8283f0bc21499244177af7fa717 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 15 Nov 2008 22:49:49 +0000 Subject: Remove a duplicated vo_x11_selectinput_witherr git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27936 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_x11.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c index 02ab2ad4a7..9090b87b32 100644 --- a/libvo/vo_x11.c +++ b/libvo/vo_x11.c @@ -426,14 +426,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width, 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) { -- cgit v1.2.3