remove unused global

This commit is contained in:
Vanessa Dannenberg 2018-08-15 18:12:35 -04:00
parent ec2cfdd87d
commit be7f72dfeb
1 changed files with 0 additions and 2 deletions

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()