Move keep-video-in-sequence button into the timeline dialogue.
[dcpomatic.git] / src / wx / film_editor.h
index ba9ff6fa0cad78924f0b062fb7ab258135f5a9e5..d66668a614b8234a232f26f750ff7c663af17bbc 100644 (file)
@@ -96,7 +96,6 @@ private:
        void content_timeline_clicked ();
        void audio_channels_changed ();
        void resolution_changed ();
-       void sequence_video_changed ();
        void content_right_click (wxListEvent &);
        void three_d_changed ();
        void standard_changed ();
@@ -144,7 +143,6 @@ private:
        wxButton* _content_earlier;
        wxButton* _content_later;
        wxButton* _content_timeline;
-       wxCheckBox* _sequence_video;
        wxButton* _edit_isdcf_button;
        wxChoice* _scaler;
        wxSpinCtrl* _j2k_bandwidth;