remove the deprecated macros scheduled for removal

This commit is contained in:
Gunter Labes 2008-04-26 13:52:35 +00:00
parent 5a36b89b4e
commit fb2554de5f

View file

@ -12,34 +12,3 @@
[/deprecated_message]
#enddef
#define UNIT TYPE ID_STRING NAME_STRING SIDE X Y
# Create a unit with the Loyal trait.
#
# Example:
#! {UNIT (Elvish Fighter) (Myname) ( _ "Myname") 1 1 1}
#
[unit]
type={TYPE}
id={ID_STRING}
name={NAME_STRING}
side={SIDE}
x={X}
y={Y}
[modifications]
{TRAIT_LOYAL}
[/modifications]
[/unit]
{DEPRECATE "UNIT" 1.4}
#enddef
#define SET_IMAGE X Y IMAGE
# Places an image at a given tile, shrinking it to fit the tile
#
# For example, let's put a tent on tile 14,5
#! {SET_IMAGE 14 5 "terrain/tent.png"}
[item]
x,y={X},{Y}
image={IMAGE}
[/item]
{DEPRECATE "SET_IMAGE" 1.4}
#enddef