[Cleanup] Remove unused SetConfigFile in common/eqemu_config.h (#3208)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-04-05 12:15:10 -04:00 committed by GitHub
parent 4e101aa6d6
commit 3a1e88f9ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,12 +147,6 @@ class EQEmuConfig
return (_config); 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 // Load the config
static bool LoadConfig(const std::string& path = "") static bool LoadConfig(const std::string& path = "")
{ {