awful.client: remove useless vars
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
34647e4e75
commit
8d6e2b57af
|
@ -22,13 +22,6 @@ local capi =
|
||||||
--- Client module for awful
|
--- Client module for awful
|
||||||
module("awful.client")
|
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
|
-- Private data
|
||||||
local data = {}
|
local data = {}
|
||||||
data.maximize = otable()
|
data.maximize = otable()
|
||||||
|
|
Loading…
Reference in New Issue