mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
gui/audio_setup.cpp: disable nmgr settings on apollo
This commit is contained in:
@@ -200,7 +200,9 @@ int CAudioSetup::showAudioSetup()
|
||||
audioSettings->addItem(GenericMenuSeparatorLine);
|
||||
audioSettings->addItem(as_oj_srsonoff);
|
||||
audioSettings->addItem(as_oj_algo);
|
||||
#ifndef BOXMODEL_APOLLO
|
||||
audioSettings->addItem(as_oj_noise);
|
||||
#endif
|
||||
audioSettings->addItem(as_oj_volrev);
|
||||
#if 0
|
||||
audioSettings->addItem(mf);
|
||||
@@ -209,6 +211,9 @@ int CAudioSetup::showAudioSetup()
|
||||
int res = audioSettings->exec(NULL, "");
|
||||
selected = audioSettings->getSelected();
|
||||
delete audioSettings;
|
||||
#ifdef BOXMODEL_APOLLO
|
||||
delete as_oj_noise;
|
||||
#endif
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user