X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/1b12fd2319e1cd02706fd3a7ec0f0203ca2782d2..93b31ef0e9851f593984657c0215ba2ed6488b2a:/layout/termfair.lua?ds=sidebyside

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