summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/place.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-10-26 17:00:51 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-11-04 18:49:50 +0100
commit702a7dc49db8e15043646b3898b544e76874c649 (patch)
treedc74360ae1f8ceab12b4030287cdf619aad3645f /crawl-ref/source/place.h
parentacbc1dae1491c9d986fd81acb70a91ba8785bf4d (diff)
downloadcrawl-ref-702a7dc49db8e15043646b3898b544e76874c649.tar.gz
crawl-ref-702a7dc49db8e15043646b3898b544e76874c649.zip
Purge away attempts to retain save compat for level_type changes.
Diffstat (limited to 'crawl-ref/source/place.h')
-rw-r--r--crawl-ref/source/place.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/place.h b/crawl-ref/source/place.h
index c1c57fb8b5..a085a7969e 100644
--- a/crawl-ref/source/place.h
+++ b/crawl-ref/source/place.h
@@ -47,8 +47,4 @@ bool branch_is_stash_trackable(branch_type branch);
std::vector<level_id> all_dungeon_ids();
-#if TAG_MAJOR_VERSION == 32
-unsigned short upgrade_packed_place(unsigned short place);
-#endif
-
#endif