Skip to content

Commit

Permalink
T: removed now-unused LABEL and UNLABEL
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Jan 15, 2015
1 parent e83e1df commit f57c4cf
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions data/campaigns/tutorial/utils/utils.cfg
@@ -1,19 +1,5 @@
#textdomain wesnoth-tutorial

#define LABEL STRING POSITION
[label]
x,y={POSITION}
text={STRING}
[/label]
#enddef

#define UNLABEL POSITION
[label]
x,y={POSITION}
text="" # wmllint: ignore
[/label]
#enddef

#define PRINT STRING
[print]
text={STRING}
Expand Down

0 comments on commit f57c4cf

Please sign in to comment.