stats.lua: remove unused variable

056072bf95 deleted the only use of property_list.
This commit is contained in:
Guido Cella 2023-11-07 17:06:34 +01:00 committed by Dudemanguy
parent 5c2cdb749d
commit c798f66343
1 changed files with 0 additions and 3 deletions

View File

@ -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