summaryrefslogtreecommitdiff
path: root/src/mapgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen.h')
-rw-r--r--src/mapgen.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mapgen.h b/src/mapgen.h
index 59fe2fca7..5ae99c3cd 100644
--- a/src/mapgen.h
+++ b/src/mapgen.h
@@ -213,7 +213,6 @@ public:
virtual const char *getObjectTitle() const = 0;
- virtual ObjDef *create(int type) = 0;
virtual void clear();
virtual ObjDef *getByName(const std::string &name) const;