summaryrefslogtreecommitdiffstats
path: root/player/lua/osc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'player/lua/osc.lua')
-rw-r--r--player/lua/osc.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/player/lua/osc.lua b/player/lua/osc.lua
index 1359260521..e4faf6c0cc 100644
--- a/player/lua/osc.lua
+++ b/player/lua/osc.lua
@@ -2304,8 +2304,6 @@ mp.set_key_bindings({
function(e) process_event("mbtn_right", "down") end},
{"wheel_up", function(e) process_event("wheel_up", "press") end},
{"wheel_down", function(e) process_event("wheel_down", "press") end},
- {"axis_up", function(e) process_event("wheel_up", "press") end},
- {"axis_down", function(e) process_event("wheel_down", "press") end},
{"mbtn_left_dbl", "ignore"},
{"shift+mbtn_left_dbl", "ignore"},
{"mbtn_right_dbl", "ignore"},