fix(init) unused global
This commit is contained in:
parent
ecdf5eaeef
commit
19085d463d
2
init.lua
2
init.lua
|
@ -32,9 +32,7 @@ local gtable = require "gears.table"
|
|||
-- => Math + standard Lua methods
|
||||
-- ============================================================
|
||||
local math = math
|
||||
local max = math.max
|
||||
local abs = math.abs
|
||||
local pairs = pairs
|
||||
|
||||
-- ------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue