diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-10 00:41:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-10 00:41:35 +0100 |
| commit | 2851a385540353b21c8a45247ab54091bd2d70c2 (patch) | |
| tree | e86b386a4c65ad90d95515fc6b91b65b659da778 /src/wx/film_editor.h | |
| parent | cb8573eb5be89ab9c1813a46046cc752c9f57f88 (diff) | |
Remove pad/minimum audio channels GUI leftovers.
Diffstat (limited to 'src/wx/film_editor.h')
| -rw-r--r-- | src/wx/film_editor.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index 705eb16af..4b096a2e1 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -97,8 +97,6 @@ private: void start_changed (); void length_changed (); void ratio_changed (wxCommandEvent &); - void pad_with_silence_toggled (wxCommandEvent &); - void minimum_audio_channels_changed (wxCommandEvent &); /* Handle changes to the model */ void film_changed (Film::Property); @@ -115,7 +113,6 @@ private: void setup_container (); void setup_content_sensitivity (); void setup_loop_sensitivity (); - void setup_minimum_audio_channels (); void active_jobs_changed (bool); boost::shared_ptr<Content> selected_content (); @@ -170,8 +167,6 @@ private: wxChoice* _dcp_content_type; wxChoice* _dcp_frame_rate; wxButton* _best_dcp_frame_rate; - wxCheckBox* _pad_with_silence; - wxSpinCtrl* _minimum_audio_channels; wxChoice* _audio_stream; wxStaticText* _audio_description; wxChoice* _subtitle_stream; |
