summaryrefslogtreecommitdiff
path: root/lain/layout/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lain/layout/init.lua')
-rw-r--r--lain/layout/init.lua20
1 files changed, 0 insertions, 20 deletions
diff --git a/lain/layout/init.lua b/lain/layout/init.lua
deleted file mode 100644
index d79679a..0000000
--- a/lain/layout/init.lua
+++ /dev/null
@@ -1,20 +0,0 @@
-
---[[
-
- Lain
- Layouts, widgets and utilities for Awesome WM
-
- Layouts section
-
- Licensed under GNU General Public License v2
- * (c) 2013, Luke Bonham
- * (c) 2010-2012, Peter Hofmann
-
---]]
-
-local wrequire = require("lain.helpers").wrequire
-local setmetatable = setmetatable
-
-local layout = { _NAME = "lain.layout" }
-
-return setmetatable(layout, { __index = wrequire })