remove unused variable
This commit is contained in:
@@ -136,7 +136,7 @@ function LogView:draw()
|
|||||||
|
|
||||||
local th = style.font:get_height()
|
local th = style.font:get_height()
|
||||||
local lh = th + style.padding.y -- for one line
|
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
|
x = x + style.padding.x
|
||||||
|
|
||||||
local time = os.date(nil, item.time)
|
local time = os.date(nil, item.time)
|
||||||
|
|||||||
Reference in New Issue
Block a user