summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/x11_common.c')
-rw-r--r--libvo/x11_common.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index 719eb43a42..3b2b821c0d 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -1106,12 +1106,6 @@ int vo_x11_check_events(Display * mydisplay)
mouse_waiting_hide = 1;
mouse_timer = GetTimerMS();
}
- // Ignore mouse wheel press event.
- if (Event.xbutton.button > 3)
- {
- mplayer_put_key(MOUSE_BTN0 + Event.xbutton.button - 1);
- break;
- }
#ifdef HAVE_NEW_GUI
// Ignore mouse button 1-3 under GUI.
if (use_gui && (Event.xbutton.button >= 1)