1
0
mirror of https://github.com/mt-mods/led_marquee.git synced 2024-11-13 21:30:20 +01:00

remove unused global

This commit is contained in:
Vanessa Dannenberg 2018-08-15 18:12:35 -04:00
parent ec2cfdd87d
commit be7f72dfeb

View File

@ -1,8 +1,6 @@
-- simple LED marquee mod
-- by Vanessa Dannenberg
led_marquee = {}
local S
if minetest.get_modpath("intllib") then
S = intllib.Getter()