removed unused modules

This commit is contained in:
Marcel Arpogaus 2020-09-28 09:11:13 +02:00
parent f0b3dd0486
commit d06461159c
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@
-- along with Vicious. If not, see <https://www.gnu.org/licenses/>.
-- {{{ Grab environment
local tonumber = tonumber
local io = {popen = io.popen}
local setmetatable = setmetatable
local string = {match = string.match}
local math = {ceil = math.ceil, floor = math.floor}
local helpers = require "vicious.helpers"