diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2021-02-09 14:01:13 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2021-02-10 11:30:32 +0100 |
commit | 86cfb3821150d24cd60e5501720779696379643a (patch) | |
tree | b84026063826f4d21e4c9cfe0a0b3f9b5a255c3b /src/Map.h | |
parent | CompositeChat: use variants (diff) | |
download | cuberite-86cfb3821150d24cd60e5501720779696379643a.tar cuberite-86cfb3821150d24cd60e5501720779696379643a.tar.gz cuberite-86cfb3821150d24cd60e5501720779696379643a.tar.bz2 cuberite-86cfb3821150d24cd60e5501720779696379643a.tar.lz cuberite-86cfb3821150d24cd60e5501720779696379643a.tar.xz cuberite-86cfb3821150d24cd60e5501720779696379643a.tar.zst cuberite-86cfb3821150d24cd60e5501720779696379643a.zip |
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. */ |