Removed unused varibale in ./data/plugins/treeview.lua

This commit is contained in:
rxi 2020-05-17 14:02:49 +01:00
parent 4644154e5b
commit adecaba292
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ end
function TreeView:draw()
self:draw_background(style.background2)
local h = self:get_item_height()
local icon_width = style.icon_font:get_width("D")
local spacing = style.font:get_width(" ") * 2
local root_depth = get_depth(core.project_dir) + 1