wesnoth/data/core/macros/deprecated-utils.cfg
Steven Panek 5b22596eb8 Removed the deprecated macros,
...for they should have been removed a long time ago.
2010-06-16 02:31:03 +00:00

16 lines
567 B
INI

#textdomain wesnoth
# These are clutter, scheduled to be removed.
# ! in comments is used for generating HTML documentation, ignore it otherwise.
#wmllint: markcheck off
#define DEPRECATE MACRO_NAME VERSION_NAME
# Tag macros for removal, the VERSION_NAME argument is the
# release where the message is shown the first time.
# The removal will be 2 versions later.
[deprecated_message]
message="Macro '" + {MACRO_NAME} + "' is scheduled for removal in Wesnoth " + {VERSION_NAME} + "."
[/deprecated_message]
#enddef
#wmllint: markcheck on