浏览代码

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);