From ec567d38415052e0b2cf45d26585d69a04dcbbf8 Mon Sep 17 00:00:00 2001 From: pauldubois Date: Thu, 20 Mar 2008 09:27:59 +0000 Subject: #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 --- crawl-ref/source/store.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/store.h') 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 -- cgit v1.2.3-54-g00ecf