summaryrefslogtreecommitdiffstats
path: root/src/Map.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@outlook.com>2021-02-09 14:01:13 +0100
committerTiger Wang <ziwei.tiger@outlook.com>2021-02-10 11:30:32 +0100
commit86cfb3821150d24cd60e5501720779696379643a (patch)
treeb84026063826f4d21e4c9cfe0a0b3f9b5a255c3b /src/Map.h
parentCompositeChat: use variants (diff)
downloadcuberite-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.h11
1 files changed, 0 insertions, 11 deletions
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. */