Undeprecate [event]remove=

This commit is contained in:
ln-zookeeper 2016-11-13 20:03:07 +02:00
parent 35a581c9e7
commit 63b5ac21fd

View file

@ -845,7 +845,6 @@ end
function wml_actions.event(cfg)
if cfg.remove then
wesnoth.log('debug', '[event]remove= is deprecated; use [remove_event] instead')
wml_actions.remove_event(cfg)
else
wesnoth.add_event_handler(cfg)