diff options
Diffstat (limited to 'src/Map.h')
-rw-r--r-- | src/Map.h | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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. */ |