Skip to content

Commit

Permalink
Fix erroneous deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Nov 16, 2018
1 parent 68f3a8e commit 2f9bca4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions data/lua/wml/items.lua
Expand Up @@ -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

0 comments on commit 2f9bca4

Please sign in to comment.