Removed support for the deprecated [removeitem].
This commit is contained in:
parent
6b305d01db
commit
b2bb325104
2 changed files with 1 additions and 4 deletions
|
@ -33,6 +33,7 @@ Version 1.11.0-svn:
|
|||
* Made it possible to disable the credits screen at the end of a campaign
|
||||
by specifying end_credits=no in the final [endlevel] action, or in the
|
||||
[campaign] definition (defaults to yes)
|
||||
* Removed support for the deprecated [removeitem]
|
||||
* Unit changes and balancing:
|
||||
* New extra_define ENABLE_WOLF_ADVANCEMENT to optionally enable Wolves
|
||||
advancement to Great Wolves and Direwolves
|
||||
|
|
|
@ -95,10 +95,6 @@ function wml_actions.store_items(cfg)
|
|||
end
|
||||
end
|
||||
|
||||
-- [removeitem] is deprecated, so print a WML error and call [remove_item]
|
||||
-- Remove after 1.9.3
|
||||
wml_actions.removeitem = helper.deprecate("Usage of [removeitem] is deprecated; support will be removed in 1.9.3. Use [remove_item] instead.", wml_actions.remove_item)
|
||||
|
||||
local methods = { remove = remove_overlay }
|
||||
|
||||
function methods.place_image(x, y, name)
|
||||
|
|
Loading…
Add table
Reference in a new issue