X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/1b12fd2319e1cd02706fd3a7ec0f0203ca2782d2..0a0a077b86208565075f7db79160feda8b02d745:/layout/termfair.lua diff --git a/layout/termfair.lua b/layout/termfair.lua index 60b3c7d..e33894e 100644 --- a/layout/termfair.lua +++ b/layout/termfair.lua @@ -2,15 +2,13 @@ Licensed under GNU General Public License v2 * (c) 2014, projektile - * (c) 2013, Luke Bonham + * (c) 2013, Luca CPZ * (c) 2010, Nicolas Estibals * (c) 2010-2012, Peter Hofmann --]] -local math = { ceil = math.ceil, - floor = math.floor, - max = math.max } +local math = math local screen = screen local tonumber = tonumber