diff options
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; |
