Commented out debug statements again
[oweals/minetest.git] / src / serverobject.cpp
index 8acb35f6db84fefd601d03e8f4496dbb050f5c2c..ce19ea34f10a85d7b46aa1a8038e0dde24b7d777 100644 (file)
@@ -21,8 +21,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include <fstream>
 #include "inventory.h"
 
-core::map<u16, ServerActiveObject::Factory> ServerActiveObject::m_types;
-
 ServerActiveObject::ServerActiveObject(ServerEnvironment *env, u16 id, v3f pos):
        ActiveObject(id),
        m_known_by_count(0),