summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
Diffstat (limited to 'player')
-rw-r--r--player/lua/options.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/player/lua/options.lua b/player/lua/options.lua
index 4517df2da4..a391844933 100644
--- a/player/lua/options.lua
+++ b/player/lua/options.lua
@@ -1,12 +1,5 @@
local msg = require 'mp.msg'
-local function val2str(val)
- if type(val) == "boolean" then
- if val then val = "yes" else val = "no" end
- end
- return val
-end
-
-- converts val to type of desttypeval
local function typeconv(desttypeval, val)
if type(desttypeval) == "boolean" then