mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 03:45:08 +00:00
Fix erroneous deprecation
This commit is contained in:
parent
68f3a8e846
commit
2f9bca43af
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user