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.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/player/lua/osc.lua b/player/lua/osc.lua
index 09ca0eb5e9..6d181bc95c 100644
--- a/player/lua/osc.lua
+++ b/player/lua/osc.lua
@@ -1975,15 +1975,6 @@ mp.observe_property("idle", "bool",
mp.observe_property("pause", "bool", pause_state)
mp.observe_property("cache-idle", "bool", cache_state)
-mp.observe_property("disc-menu-active", "bool", function(name, val)
- if val == true then
- hide_osc()
- mp.disable_key_bindings("showhide")
- else
- do_enable_keybindings()
- end
-end)
-
-- mouse show/hide bindings
mp.set_key_bindings({
{"mouse_move", function(e) process_event("mouse_move", nil) end},