mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
Remove outdate require("awful.widget.layout")
The file isn't present any more and it's not needed anyway. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
e64d36b104
commit
2ca25128a5
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ local ipairs = ipairs
|
|||
local pairs = pairs
|
||||
local setmetatable = setmetatable
|
||||
local capi = { button = button }
|
||||
local layout = require("awful.widget.layout")
|
||||
local util = require("awful.util")
|
||||
local imagebox = require("wibox.widget.imagebox")
|
||||
local textbox = require("wibox.widget.textbox")
|
||||
|
|
Loading…
Reference in a new issue