diff --git a/common/eqemu_config.h b/common/eqemu_config.h index d0434399a..0ffad9b35 100644 --- a/common/eqemu_config.h +++ b/common/eqemu_config.h @@ -147,12 +147,6 @@ class EQEmuConfig return (_config); } - // Allow the use to set the conf file to be used. - static void SetConfigFile(std::string file) - { - EQEmuConfig::ConfigFile = file; - } - // Load the config static bool LoadConfig(const std::string& path = "") {