summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-03-26 22:23:59 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-03-26 22:23:59 +0200
commit01c2aa8463804cdd4ff8818b78c1deb890a78efb (patch)
treedfc59daf706ea0bdc8e8d6dd2b49993dbc5c09bf /crawl-ref/source/mapdef.h
parent34ac192565a93bd76da772caaf5409324a5ee7a7 (diff)
downloadcrawl-ref-01c2aa8463804cdd4ff8818b78c1deb890a78efb.tar.gz
crawl-ref-01c2aa8463804cdd4ff8818b78c1deb890a78efb.zip
Remove a pointless function whose name is longer and more complex than contents.
Diffstat (limited to 'crawl-ref/source/mapdef.h')
-rw-r--r--crawl-ref/source/mapdef.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h
index 66d2aa62ed..c13c3d7f83 100644
--- a/crawl-ref/source/mapdef.h
+++ b/crawl-ref/source/mapdef.h
@@ -1284,8 +1284,6 @@ public:
};
private:
- void write_depth_ranges(writer&) const;
- void read_depth_ranges(reader&);
bool test_lua_boolchunk(dlua_chunk &, bool def = false, bool croak = false);
std::string rewrite_chunk_errors(const std::string &s) const;
std::string apply_subvault(string_spec &);