Skip to content

Commit

Permalink
Removed deprecated objective text macros
Browse files Browse the repository at this point in the history
[ci skip]

These are incorporated into the objectives dialog automatically. They lack a deprecation
notice, but they should be given level 3 status on the 1.14 branch.
  • Loading branch information
Vultraz committed Oct 19, 2019
1 parent 871e857 commit 97acce2
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions data/core/macros/deprecated-utils.cfg
Expand Up @@ -46,33 +46,6 @@
[/event]
#enddef

#define EARLY_FINISH_BONUS_NOTE
#deprecated 1 This is now automatically generated and not required.
_"Early finish bonus."#enddef

#define NO_EARLY_FINISH_BONUS_NOTE
#deprecated 1 This is now automatically generated and not required.
_"No early finish bonus."#enddef

#define NO_GOLD_CARRYOVER_NOTE
#deprecated 1 This is now automatically generated and not required.
_"No gold carried over to the next scenario."#enddef

#define NEW_GOLD_CARRYOVER_NOTE_100
#deprecated 1 This is now automatically generated and not required.
_"
100% of finishing gold carried over to the next scenario."#enddef

#define NEW_GOLD_CARRYOVER_NOTE_40
#deprecated 1 This is now automatically generated and not required.
_"
40% of finishing gold carried over to the next scenario."#enddef

#define NEW_GOLD_CARRYOVER_NOTE_20
#deprecated 1 This is now automatically generated and not required.
_"
20% of finishing gold carried over to the next scenario."#enddef

#define MISSILE_FRAME_FIREBALL
#Deprecated 2 1.15 Use MISSILE_FRAME_FIREBALL_XY instead
{MISSILE_FRAME_FIREBALL_XY 0 0}
Expand Down

1 comment on commit 97acce2

@CelticMinstrel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This probably violates the compatibility standards. Features deprecated at level 1 are expected to stay around unless the API is so changed that they can't possibly be retained.

Please sign in to comment.