summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tags.h')
-rw-r--r--crawl-ref/source/tags.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/tags.h b/crawl-ref/source/tags.h
index a700eb50ac..93b12f0d28 100644
--- a/crawl-ref/source/tags.h
+++ b/crawl-ref/source/tags.h
@@ -47,10 +47,6 @@ enum tag_major_version
enum tag_minor_version
{
TAG_MINOR_RESET = 0, // Minor tags were reset
- TAG_MINOR_DISEASE = 1, // you.disease changed to an integer
- TAG_MINOR_MAPCELL_NOCOLOUR = 2, // map_cell::colour removed
- TAG_MINOR_SHOWTYPE_EXTENDED = 3, // map_cell::object stores more data
- TAG_MINOR_SYNCH_TIME = 4, // player::synch_time removed
TAG_MINOR_VERSION = 4 // Current version. (Keep equal to max.)
};