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.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/player/lua/osc.lua b/player/lua/osc.lua
index 78686df99b..54909593f6 100644
--- a/player/lua/osc.lua
+++ b/player/lua/osc.lua
@@ -2118,7 +2118,6 @@ function hide_osc()
-- typically hide happens at render() from tick(), but now tick() is
-- no-op and won't render again to remove the osc, so do that manually.
state.osc_visible = false
- timer_stop()
render_wipe()
elseif (user_opts.fadeduration > 0) then
if not(state.osc_visible == false) then