summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/notes.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2010-11-14 22:50:11 +0100
committerRaphael Langella <raphael.langella@gmail.com>2010-11-14 22:50:11 +0100
commit1668a8926a30b46a5b987ef7d9298c8019b629e7 (patch)
tree7fe263cc3cca777af8a09c4532d57b73856d624a /crawl-ref/source/notes.h
parentfc7fc18c538a9bce218776b158579b529ce557f6 (diff)
downloadcrawl-ref-1668a8926a30b46a5b987ef7d9298c8019b629e7.tar.gz
crawl-ref-1668a8926a30b46a5b987ef7d9298c8019b629e7.zip
Remove useless TAG_MAJOR_VERSION condition
Diffstat (limited to 'crawl-ref/source/notes.h')
-rw-r--r--crawl-ref/source/notes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/notes.h b/crawl-ref/source/notes.h
index 2c0f58befb..f1bda0e97a 100644
--- a/crawl-ref/source/notes.h
+++ b/crawl-ref/source/notes.h
@@ -33,9 +33,7 @@ enum NOTE_TYPES
NOTE_ID_ITEM, /* needs: item name (string) */
NOTE_GET_ITEM, /* needs: item name (string) */
NOTE_GAIN_SKILL, /* needs: skill id, level */
-#if TAG_MAJOR_VERSION > 31
NOTE_LOSE_SKILL, /* needs: skill id, level */
-#endif
NOTE_SEEN_MONSTER, /* needs: monster name (string) */
NOTE_KILL_MONSTER, /* needs: monster name (string) */
NOTE_POLY_MONSTER, /* needs: monster name (string) */
@@ -50,9 +48,6 @@ enum NOTE_TYPES
NOTE_SEEN_FEAT, /* needs: feature seen (string) */
NOTE_XOM_EFFECT, /* needs: description (name string) */
NOTE_XOM_REVIVAL, /* needs: death cause (string) */
-#if TAG_MAJOR_VERSION == 31
- NOTE_LOSE_SKILL, /* needs: skill id, level */
-#endif
NOTE_NUM_TYPES
};