AudioConfigPane: dedupe code into ToggleBackendSpecificControls

This commit is contained in:
Michael Maltese
2016-10-09 19:10:16 -07:00
parent 283c681f30
commit 4834a90e63
2 changed files with 16 additions and 28 deletions

View File

@ -26,7 +26,7 @@ private:
void RefreshGUI();
void PopulateBackendChoiceBox();
static bool SupportsVolumeChanges(const std::string&);
void ToggleBackendSpecificControls(const std::string& backend);
void OnDSPEngineRadioBoxChanged(wxCommandEvent&);
void OnDPL2DecoderCheckBoxChanged(wxCommandEvent&);