fix(init) unused global

This commit is contained in:
Aire-One 2021-12-29 14:42:30 +01:00
parent ecdf5eaeef
commit 19085d463d
1 changed files with 0 additions and 2 deletions

View File

@ -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
-- ------------------------------------------------------------