Remove superfluous layouts.lua

This commit is contained in:
crater2150 2016-03-29 21:31:35 +02:00
parent 2db0ec5e81
commit 6f0a85e0db
3 changed files with 13 additions and 38 deletions

2
rc.lua
View file

@ -9,8 +9,6 @@ conf = require("localconf")
inspect = require("inspect")
-- }}}
layouts = require('layouts')
-- {{{ Logging
log = require("simplelog")
log.add_logger(log.loggers.stdio, log.level.DEBUG)