summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/map.h b/src/map.h
index 0be0e96a3..7fc502793 100644
--- a/src/map.h
+++ b/src/map.h
@@ -142,11 +142,7 @@ public:
Map(std::ostream &dout, IGameDef *gamedef);
virtual ~Map();
-
- /*virtual u16 nodeContainerId() const
- {
- return NODECONTAINER_ID_MAP;
- }*/
+ DISABLE_CLASS_COPY(Map);
virtual s32 mapType() const
{
@@ -344,8 +340,6 @@ private:
u32 m_unprocessed_count;
u64 m_inc_trending_up_start_time; // milliseconds
bool m_queue_size_timer_started;
-
- DISABLE_CLASS_COPY(Map);
};
/*