Fix erroneous deprecation

This commit is contained in:
Celtic Minstrel 2018-11-15 23:12:55 -05:00 committed by GitHub
parent 68f3a8e846
commit 2f9bca43af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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