Removed support for the deprecated [removeitem].

This commit is contained in:
Steven Panek 2012-02-07 00:16:29 +00:00
parent 6b305d01db
commit b2bb325104
2 changed files with 1 additions and 4 deletions

View file

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

View file

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