Преглед на файлове

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 години
родител
ревизия
aa1b3b0ae2
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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);