Remove GameConfig (#874)

* Remove GameConfig

* Fully remove GmeConfig

* Update worldconfig.ini

Co-authored-by: Aaron Kimbrell <aronwk.aaron@gmail.com>
This commit is contained in:
David Markowitz
2023-01-06 21:21:40 -08:00
committed by GitHub
parent fc75d6048f
commit 1ac898ba00
8 changed files with 4 additions and 114 deletions

View File

@@ -24,7 +24,6 @@ public:
* Reloads the config file to reset values
*/
void ReloadConfig();
private:
void ProcessLine(const std::string& line);