From 684f80b554daadb08cf2c40b8e905737e8655530 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 10 Apr 2007 15:11:07 +0000 Subject: Allow "any trap" and "any shop" (alternatives to "random trap" and "random shop") in des files. Allow using '8', '9' and '0' in monster specifications. Tossed out some unused functions. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1281 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/stash.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/stash.h') diff --git a/crawl-ref/source/stash.h b/crawl-ref/source/stash.h index 5575b04ce0..c384041191 100644 --- a/crawl-ref/source/stash.h +++ b/crawl-ref/source/stash.h @@ -239,8 +239,6 @@ public: void write(std::ostream &os, bool identify = false) const; std::string level_name() const; std::string short_level_name() const; - bool in_hell() const; - bool in_branch(int) const; int stash_count() const { return stashes.size() + shops.size(); } int visible_stash_count() const { return count_stashes() + shops.size(); } -- cgit v1.2.3-54-g00ecf