summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/store.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/store.h')
-rw-r--r--crawl-ref/source/store.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/crawl-ref/source/store.h b/crawl-ref/source/store.h
index 79b9454c97..8a54189cae 100644
--- a/crawl-ref/source/store.h
+++ b/crawl-ref/source/store.h
@@ -184,7 +184,6 @@ public:
const CrawlStoreValue &operator [] (const vec_size &index) const;
// Typecast operators
-#ifdef TARGET_COMPILER_VC
operator bool&();
operator char&();
operator short&();
@@ -199,22 +198,6 @@ public:
operator level_pos&();
operator monsters&();
operator dlua_chunk&();
-#else
- &operator bool();
- &operator char();
- &operator short();
- &operator long();
- &operator float();
- &operator std::string();
- &operator coord_def();
- &operator CrawlHashTable();
- &operator CrawlVector();
- &operator item_def();
- &operator level_id();
- &operator level_pos();
- &operator monsters();
- &operator dlua_chunk();
-#endif
operator bool() const;
operator char() const;