Remove Config.GetFlattenedJson()

This commit is contained in:
Kenix3
2024-12-11 21:50:46 -05:00
parent 275b0d32c9
commit c91c504989
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -201,10 +201,6 @@ nlohmann::json Config::GetNestedJson() {
return mNestedJson;
}
nlohmann::json Config::GetFlattenedJson() {
return mFlattenedJson;
}
bool Config::IsNewInstance() {
return mIsNewInstance;
}
-1
View File
@@ -62,7 +62,6 @@ class Config {
void Reload();
void Save();
nlohmann::json GetNestedJson();
nlohmann::json GetFlattenedJson();
bool IsNewInstance();
AudioBackend GetCurrentAudioBackend();