summaryrefslogtreecommitdiffstats
path: root/player/lua/stats.lua
diff options
context:
space:
mode:
Diffstat (limited to 'player/lua/stats.lua')
-rw-r--r--player/lua/stats.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/player/lua/stats.lua b/player/lua/stats.lua
index 50288fade4..2a92036a9a 100644
--- a/player/lua/stats.lua
+++ b/player/lua/stats.lua
@@ -111,9 +111,6 @@ local function init_buffers()
end
local cache_ahead_buf, cache_speed_buf
local perf_buffers = {}
--- Save all properties known to this version of mpv
-local property_list = {}
-for p in string.gmatch(mp.get_property("property-list"), "([^,]+)") do property_list[p] = true end
local function graph_add_value(graph, value)
graph.pos = (graph.pos % graph.len) + 1