diff options
author | sapier <sapier at gmx dot net> | 2012-01-15 20:06:56 +0100 |
---|---|---|
committer | sapier <sapier at gmx dot net> | 2012-01-15 20:06:56 +0100 |
commit | 71186974fa30b68292b66bb43124040957edfc31 (patch) | |
tree | 0681e50bbbd85be0b227a8cfbac80c70d8d9b45c /src | |
parent | 525bc8855f44467f6aa25f4f6aa28963a2face2f (diff) | |
download | minetest-71186974fa30b68292b66bb43124040957edfc31.tar.xz |
fixed missing removal in static fix
Diffstat (limited to 'src')
-rw-r--r-- | src/content_sao.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/content_sao.cpp b/src/content_sao.cpp index f195b16bd..b8189b258 100644 --- a/src/content_sao.cpp +++ b/src/content_sao.cpp @@ -27,8 +27,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "materials.h" // For MaterialProperties #include "tooldef.h" // ToolDiggingProperties -core::map<u16, ServerActiveObject::Factory> ServerActiveObject::m_types; - /* Some helper functions */ // Y is copied, X and Z change is limited |