From 86cfb3821150d24cd60e5501720779696379643a Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Tue, 9 Feb 2021 13:01:13 +0000 Subject: MSVC warnings --- src/Map.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/Map.h') diff --git a/src/Map.h b/src/Map.h index 7ae120c30..493b0883e 100644 --- a/src/Map.h +++ b/src/Map.h @@ -169,17 +169,6 @@ public: const cColorList & GetData(void) const { return m_Data; } - static const char * GetClassStatic(void) // Needed for ManualBindings's DoWith templates - { - return "cMap"; - } - - const char * GetClass(void) // Needed for ManualBindings' DoWith templates - { - return "cMap"; - } - - private: /** Update the specified pixel. */ -- cgit v1.2.3