summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-12-20 14:25:56 +0100
committerwm4 <wm4@nowhere>2019-12-20 14:25:56 +0100
commit05fb6f906de25016faff2bdedd1f47f1e4077554 (patch)
tree0c282e7b2f314a1f7a2acc28a3e7d99675e0133e
parentb439588172ec97952fb5f9999230f358140f0d14 (diff)
downloadmpv-05fb6f906de25016faff2bdedd1f47f1e4077554.tar.bz2
mpv-05fb6f906de25016faff2bdedd1f47f1e4077554.tar.xz
osc: cosmetics: remove some excessive whitespace
-rw-r--r--player/lua/osc.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/player/lua/osc.lua b/player/lua/osc.lua
index 63a1ff0d75..cbec832aab 100644
--- a/player/lua/osc.lua
+++ b/player/lua/osc.lua
@@ -1678,9 +1678,6 @@ function osc_init()
-- stop seeking with the slider to prevent skipping files
state.active_element = nil
-
-
-
elements = {}
-- some often needed stuff
@@ -2331,10 +2328,6 @@ function render()
-- submit
mp.set_osd_ass(osc_param.playresy * osc_param.display_aspect,
osc_param.playresy, ass.text)
-
-
-
-
end
--