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
|
-- Grab environment we need
|
||||||
local capi = { screen = screen,
|
local capi = { screen = screen,
|
||||||
image = image,
|
|
||||||
client = client }
|
client = client }
|
||||||
local ipairs = ipairs
|
local ipairs = ipairs
|
||||||
local type = type
|
|
||||||
local setmetatable = setmetatable
|
local setmetatable = setmetatable
|
||||||
local table = table
|
local table = table
|
||||||
local common = require("awful.widget.common")
|
local common = require("awful.widget.common")
|
||||||
|
|
Loading…
Reference in New Issue