mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 08:05:52 +01:00
MixerToolBar: remove input source selection as it is replaced by aggregated device toolbar.
This commit is contained in:
@@ -46,7 +46,6 @@ class MixerToolBar:public ToolBar {
|
||||
|
||||
void ShowOutputGainDialog();
|
||||
void ShowInputGainDialog();
|
||||
void ShowInputSourceDialog();
|
||||
|
||||
void AdjustOutputGain(int adj);
|
||||
void AdjustInputGain(int adj);
|
||||
@@ -62,8 +61,6 @@ class MixerToolBar:public ToolBar {
|
||||
ASlider *mInputSlider;
|
||||
ASlider *mOutputSlider;
|
||||
|
||||
wxChoice *mInputSourceChoice;
|
||||
|
||||
public:
|
||||
|
||||
DECLARE_CLASS(MixerToolBar);
|
||||
|
||||
Reference in New Issue
Block a user