1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

Removed unused locals

This commit is contained in:
Lynn 2018-12-10 21:34:51 +01:00
parent bff12f1fdb
commit a29d66f47f

View File

@ -6,7 +6,6 @@
local Event = require 'utils.event'
local Game = require 'utils.game'
local ScoreTable = require 'map_gen.Diggy.ScoreTable'
local PlayerStats = require 'features.player_stats'
local Debug = require 'map_gen.Diggy.Debug'
local Template = require 'map_gen.Diggy.Template'
local Perlin = require 'map_gen.shared.perlin_noise'
@ -19,8 +18,6 @@ local utils = require 'utils.core'
-- this
local CoinGathering = {}
local coin_color = {r = 255, g = 215, b = 0}
-- some GUI stuff
local function redraw_table(data)
local list = data.list