remove unused variable

This commit is contained in:
takase1121 2021-08-24 12:02:22 +08:00 committed by Francesco Abbate
parent 14565b5226
commit 30d3751632
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ function LogView:draw()
local th = style.font:get_height()
local lh = th + style.padding.y -- for one line
for _, item, x, y, w, h in self:each_item() do
for _, item, x, y, w in self:each_item() do
x = x + style.padding.x
local time = os.date(nil, item.time)