From 3a1e88f9ed32e76a7115cc13813d003b4ffca949 Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Wed, 5 Apr 2023 12:15:10 -0400 Subject: [PATCH] [Cleanup] Remove unused SetConfigFile in common/eqemu_config.h (#3208) # Notes - This is unused. --- common/eqemu_config.h | 6 ------ 1 file changed, 6 deletions(-) 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 = "") {