awful.client: remove useless vars

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-09-29 19:57:04 +02:00
parent 34647e4e75
commit 8d6e2b57af
1 changed files with 0 additions and 7 deletions

View File

@ -22,13 +22,6 @@ local capi =
--- Client module for awful
module("awful.client")
-- Local variable handling theme
local theme = {}
-- mapping of command/completion function
local bashcomp_funcs = {}
local bashcomp_src = "/etc/bash_completion"
-- Private data
local data = {}
data.maximize = otable()