+ volumetric clouds (thanks teddydestodes)
[oweals/minetest.git] / src / clientobject.cpp
index 787efef294c988dae5c5e6f758e0fd0a1daf9f0a..bec9f46fdd0c8a6cb5942c92cbe2fb55fbf5e36b 100644 (file)
@@ -26,8 +26,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
        ClientActiveObject
 */
 
-core::map<u16, ClientActiveObject::Factory> ClientActiveObject::m_types;
-
 ClientActiveObject::ClientActiveObject(u16 id):
        ActiveObject(id)
 {