remove unused lua code

this lua codes weren't used, on the other hand they break modifications that could be used with LoW otherwise.
This commit is contained in:
gfgtdf 2014-12-07 20:49:53 +01:00
parent ebea24c946
commit 73a8176833

View file

@ -55,15 +55,7 @@
first_time_only=no
[lua]
code = <<
H = wesnoth.require "lua/helper.lua"
W = H.set_wml_action_metatable {}
_ = wesnoth.textdomain "my-campaign"
-- Define your global constants here.
-- ...
ai = {}
ca_counter = 0
H.set_wml_var_metatable(_G)
>>
[/lua]
[/event]