diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-23 11:31:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-23 11:31:23 +0100 |
| commit | 9348d4b229e6a7e7d69df27f63f89338bbac1eaa (patch) | |
| tree | 79677304b770c1b730cf51f2ac8b644f41f5b769 /src/wx/audio_panel.h | |
| parent | 545e94c62f23f7a6225cfa97a91cd9a9258731a1 (diff) | |
Remove seemingly unnecessary stream description in audio panel; tidy layout a bit.
Diffstat (limited to 'src/wx/audio_panel.h')
| -rw-r--r-- | src/wx/audio_panel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h index 9a9d32698..d5821d26a 100644 --- a/src/wx/audio_panel.h +++ b/src/wx/audio_panel.h @@ -42,7 +42,6 @@ private: void show_clicked (); void stream_changed (); void mapping_changed (AudioMapping); - void setup_stream_description (); void processor_changed (); void setup_processors (); @@ -51,7 +50,6 @@ private: wxButton* _show; ContentSpinCtrl<AudioContent>* _delay; wxChoice* _stream; - wxStaticText* _description; wxChoice* _processor; AudioMappingView* _mapping; AudioDialog* _audio_dialog; |
