diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-03 15:31:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-03 15:31:21 +0100 |
| commit | f98caf4af896e9be943046b84586da5c2e103f18 (patch) | |
| tree | 993f719e293667c432c95026dc2bfd53d5b84982 /src/wx/audio_panel.h | |
| parent | 92c377d1b9e781fbb4b1f1b7a76ca7dba0bd637f (diff) | |
Make show audio work on the whole DCP, not individual content.
Diffstat (limited to 'src/wx/audio_panel.h')
| -rw-r--r-- | src/wx/audio_panel.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h index ad7d6081b..edd3dfcd4 100644 --- a/src/wx/audio_panel.h +++ b/src/wx/audio_panel.h @@ -26,7 +26,6 @@ class wxButton; class wxChoice; class wxStaticText; class AudioMappingView; -class AudioDialog; class AudioPanel : public ContentSubPanel { @@ -39,17 +38,14 @@ public: private: void gain_calculate_button_clicked (); - void show_clicked (); void mapping_changed (AudioMapping); void setup_description (); ContentSpinCtrlDouble<AudioContent>* _gain; wxButton* _gain_calculate_button; - wxButton* _show; ContentSpinCtrl<AudioContent>* _delay; AudioMappingView* _mapping; wxStaticText* _description; - AudioDialog* _audio_dialog; boost::signals2::scoped_connection _mapping_connection; }; |
