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:
Uli Schlachter 2010-10-07 21:46:52 +02:00
parent e64d36b104
commit 2ca25128a5

View file

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