tasklist: Remove unused local variables
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
40aa974ac2
commit
fce09d4d42
|
@ -6,10 +6,8 @@
|
|||
|
||||
-- Grab environment we need
|
||||
local capi = { screen = screen,
|
||||
image = image,
|
||||
client = client }
|
||||
local ipairs = ipairs
|
||||
local type = type
|
||||
local setmetatable = setmetatable
|
||||
local table = table
|
||||
local common = require("awful.widget.common")
|
||||
|
|
Loading…
Reference in New Issue