summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-19 12:10:37 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-19 12:10:37 +0100
commitc5a18da25dd7bba0f65e00312eabc130d5f66fa9 (patch)
treef8ab99b5f7531f8a62760e3a1dc7f7068ae9dd19 /src/wx/film_editor.h
parentba17803f7e33be2bea1363b5a7115e4713dd5997 (diff)
Remove old looping method.
Diffstat (limited to 'src/wx/film_editor.h')
-rw-r--r--src/wx/film_editor.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index c965a7aff..a7e8ab197 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -87,8 +87,6 @@ private:
void dcp_frame_rate_changed (wxCommandEvent &);
void best_dcp_frame_rate_clicked (wxCommandEvent &);
void edit_filters_clicked (wxCommandEvent &);
- void loop_content_toggled (wxCommandEvent &);
- void loop_count_changed (wxCommandEvent &);
void content_timeline_clicked (wxCommandEvent &);
void audio_stream_changed (wxCommandEvent &);
void subtitle_stream_changed (wxCommandEvent &);
@@ -112,7 +110,6 @@ private:
void setup_content ();
void setup_container ();
void setup_content_sensitivity ();
- void setup_loop_sensitivity ();
void active_jobs_changed (bool);
boost::shared_ptr<Content> selected_content ();
@@ -143,8 +140,6 @@ private:
wxButton* _content_earlier;
wxButton* _content_later;
wxButton* _content_timeline;
- wxCheckBox* _loop_content;
- wxSpinCtrl* _loop_count;
wxButton* _edit_dci_button;
wxChoice* _ratio;
wxStaticText* _ratio_description;