mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
[Cleanup] Remove unused SetConfigFile in common/eqemu_config.h (#3208)
# Notes - This is unused.
This commit is contained in:
parent
4e101aa6d6
commit
3a1e88f9ed
@ -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 = "")
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user