naughty: remove useless hooks
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
08b0fd9885
commit
85b3dedb60
|
@ -16,7 +16,6 @@ local capi = { screen = screen,
|
||||||
wibox = wibox,
|
wibox = wibox,
|
||||||
image = image,
|
image = image,
|
||||||
timer = timer }
|
timer = timer }
|
||||||
local hooks = require("awful.hooks")
|
|
||||||
local button = require("awful.button")
|
local button = require("awful.button")
|
||||||
local util = require("awful.util")
|
local util = require("awful.util")
|
||||||
local wibox = require("awful.wibox")
|
local wibox = require("awful.wibox")
|
||||||
|
|
Loading…
Reference in New Issue