summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_x11.c8
1 files changed, 0 insertions, 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)
{