From 71186974fa30b68292b66bb43124040957edfc31 Mon Sep 17 00:00:00 2001 From: sapier Date: Sun, 15 Jan 2012 20:06:56 +0100 Subject: [PATCH] fixed missing removal in static fix --- src/content_sao.cpp | 2 -- 1 file changed, 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 ServerActiveObject::m_types; - /* Some helper functions */ // Y is copied, X and Z change is limited -- 2.25.1