mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
removed unused variables
This commit is contained in:
parent
8bf193db70
commit
6cc74b50e8
@ -2,7 +2,6 @@ local Token = require 'utils.token'
|
||||
local Event = require 'utils.event'
|
||||
local Game = require 'utils.game'
|
||||
local Global = require 'utils.global'
|
||||
local table = require 'utils.table'
|
||||
|
||||
local Gui = {}
|
||||
|
||||
@ -20,9 +19,6 @@ Global.register(
|
||||
end
|
||||
)
|
||||
|
||||
local on_visable_event_id = script.generate_event_name()
|
||||
local on_pre_hidden_event_id = script.generate_event_name()
|
||||
|
||||
local on_visable_handlers = {}
|
||||
local on_pre_hidden_handlers = {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user