summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/notes.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-01-09 16:37:42 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-01-09 23:07:38 +0100
commit52b7544e8eed3aee8228fbdfe939f11e1bab61aa (patch)
tree47a32e3bea42bdf0e87dda37cbb0eb255d3011cf /crawl-ref/source/notes.h
parent4239314eb169490cebb6ecb04d5c0e800882dc0e (diff)
downloadcrawl-ref-52b7544e8eed3aee8228fbdfe939f11e1bab61aa.tar.gz
crawl-ref-52b7544e8eed3aee8228fbdfe939f11e1bab61aa.zip
Bump the major version, purge shims, fix breakage.
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
};