awful.wibox: Remove unused local variables
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
e53054553d
commit
03fd3f3146
|
@ -16,8 +16,6 @@ local setmetatable = setmetatable
|
|||
local tostring = tostring
|
||||
local ipairs = ipairs
|
||||
local table = table
|
||||
local type = type
|
||||
local image = image
|
||||
local error = error
|
||||
|
||||
--- Wibox module for awful.
|
||||
|
|
Loading…
Reference in New Issue