Ver código fonte

SettingsComponent: remove another reference to "advanced" audio section

It's unused. The removal of the related code wasn't too clean, I guess.
Vincent Lang 8 anos atrás
pai
commit
aa1b3b0ae2
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      src/settings/SettingsComponent.cpp

+ 0 - 1
src/settings/SettingsComponent.cpp

@@ -633,7 +633,6 @@ bool SettingsComponent::componentInitialize()
   auto  ctrl = new AudioSettingsController(this);
   QVariantMap val;
   val.insert("devicetype", value(SETTINGS_SECTION_AUDIO, "devicetype"));
-  val.insert("advanced", value(SETTINGS_SECTION_AUDIO, "advanced"));
   ctrl->valuesUpdated(val);
   connect(ctrl, &AudioSettingsController::settingsUpdated, this, &SettingsComponent::groupUpdate);