tasklist: Remove unused local variables

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2010-09-29 16:18:21 +02:00
parent 40aa974ac2
commit fce09d4d42
1 changed files with 0 additions and 2 deletions

View File

@ -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")