From 2f9bca43afa8fbe98ddf8ca219ebe6b1ed65dfff Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Thu, 15 Nov 2018 23:12:55 -0500 Subject: [PATCH] Fix erroneous deprecation --- data/lua/wml/items.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/data/lua/wml/items.lua b/data/lua/wml/items.lua index de622ac82f09..931967a526ba 100644 --- a/data/lua/wml/items.lua +++ b/data/lua/wml/items.lua @@ -119,8 +119,4 @@ local methods = { place_halo = wesnoth.deprecate_api('items.place_halo', 'wesnoth.interface.add_item_halo', 1, nil, wesnoth.interface.add_item_halo) } -wesnoth.interface.remove_item = methods.remove -wesnoth.interface.add_item_image = methods.place_image -wesnoth.interface.add_item_halo = methods.place_halo - return methods