summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/store.h
diff options
context:
space:
mode:
authorpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-20 09:27:59 +0000
committerpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-20 09:27:59 +0000
commitec567d38415052e0b2cf45d26585d69a04dcbbf8 (patch)
tree45d832bcaf6219cce42377506f11bb7d61cf40d3 /crawl-ref/source/store.h
parent3e790da2ce4806e74dd5b1bc59334aac654e82c5 (diff)
downloadcrawl-ref-ec567d38415052e0b2cf45d26585d69a04dcbbf8.tar.gz
crawl-ref-ec567d38415052e0b2cf45d26585d69a04dcbbf8.zip
#if 0 out some methods that don't actually exist.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3743 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/store.h')
-rw-r--r--crawl-ref/source/store.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/store.h b/crawl-ref/source/store.h
index a7e49043d7..f5f3f52b4a 100644
--- a/crawl-ref/source/store.h
+++ b/crawl-ref/source/store.h
@@ -140,6 +140,8 @@ public:
const CrawlVector& get_vector() const;
const item_def& get_item() const;
+#if 0
+ // These don't actually exist
void set_bool(const bool val);
void set_byte(const char val);
void set_short(const short val);
@@ -150,6 +152,7 @@ public:
void set_table(const CrawlHashTable &val);
void set_vector(const CrawlVector &val);
void set_item(const item_def &val);
+#endif
public:
// NOTE: All operators will assert if the value is of the wrong