소스 검색

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