From 9e46cbf7ea512330f35d0f2ede0c7c0c085c7cf4 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Wed, 12 Oct 2011 13:53:38 +0300 Subject: Header file tweaking; mainly for speed --- src/server.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/server.h') diff --git a/src/server.h b/src/server.h index 7065efacf..d51f91068 100644 --- a/src/server.h +++ b/src/server.h @@ -24,7 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "environment.h" #include "common_irrlicht.h" #include -#include "utility.h" #include "porting.h" #include "map.h" #include "inventory.h" @@ -450,11 +449,7 @@ public: } // Saves g_settings to configpath given at initialization - void saveConfig() - { - if(m_configpath != "") - g_settings.updateConfigFile(m_configpath.c_str()); - } + void saveConfig(); void setIpBanned(const std::string &ip, const std::string &name) { -- cgit v1.2.3