mirror of
https://github.com/izzy2lost/libultraship.git
synced 2026-06-19 01:16:13 -07:00
Remove Config.GetFlattenedJson() (#748)
This commit is contained in:
@@ -201,10 +201,6 @@ nlohmann::json Config::GetNestedJson() {
|
||||
return mNestedJson;
|
||||
}
|
||||
|
||||
nlohmann::json Config::GetFlattenedJson() {
|
||||
return mFlattenedJson;
|
||||
}
|
||||
|
||||
AudioBackend Config::GetCurrentAudioBackend() {
|
||||
std::string backendName = GetString("Window.AudioBackend");
|
||||
if (backendName == "wasapi") {
|
||||
|
||||
@@ -62,7 +62,6 @@ class Config {
|
||||
void Reload();
|
||||
void Save();
|
||||
nlohmann::json GetNestedJson();
|
||||
nlohmann::json GetFlattenedJson();
|
||||
|
||||
AudioBackend GetCurrentAudioBackend();
|
||||
void SetCurrentAudioBackend(AudioBackend backend);
|
||||
|
||||
Reference in New Issue
Block a user