Skip to content

Commit

Permalink
Removed unused varibale in ./data/plugins/treeview.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
rxi committed May 17, 2020
1 parent 4644154 commit adecaba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/plugins/treeview.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adecaba

Please sign in to comment.