summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2012-08-06 21:39:35 +0200
committerRaphael Langella <raphael.langella@gmail.com>2012-08-06 21:51:24 +0200
commit7ff7e2ba6580ac5151af3adeb7ec518bb8ad46bb (patch)
treeb92cf1480a5a28dd289121547096b8c470b6c86a /crawl-ref/source/stash.h
parent8ab7e6dbd35b9203f1ea3fc47dd62fd25d7fdfc2 (diff)
downloadcrawl-ref-7ff7e2ba6580ac5151af3adeb7ec518bb8ad46bb.tar.gz
crawl-ref-7ff7e2ba6580ac5151af3adeb7ec518bb8ad46bb.zip
Revert "Autoexplore visit items that can be sacrificed."
This reverts commit 1999034cde46cf2d91178cd9cd31ebe0bd955616. This reverts commit 754e3deff9543a2be398699c2565d589cfdc95d2. This reverts commit 47a8935d7344bcb8e316d8b8265ababa51ac09ba. This reverts commit 2048c011fb284325fb243a8a3821e38bc88fe4a9. This reverts commit ad1d6ef9a29b776e46d23243e5714b201667e922. This reverts commit f20ff8e91eea9143669102363f13858a12206814.
Diffstat (limited to 'crawl-ref/source/stash.h')
-rw-r--r--crawl-ref/source/stash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/stash.h b/crawl-ref/source/stash.h
index 0dd607b02d..8d079d8e64 100644
--- a/crawl-ref/source/stash.h
+++ b/crawl-ref/source/stash.h
@@ -98,7 +98,6 @@ private:
trap_type trap;
std::vector<item_def> items;
- bool is_stack;
static bool are_items_same(const item_def &, const item_def &);