summaryrefslogtreecommitdiff
path: root/src/wx/dcp_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-06-08 18:21:37 +0200
committerCarl Hetherington <cth@carlh.net>2020-06-08 18:21:37 +0200
commitd1957e43ef4a3966e35b9f28b8faf96e925d2310 (patch)
tree6f71f8d11e1496d504df4d547455528c71bf3618 /src/wx/dcp_panel.h
parentf330799459f44d031dc711b947dd2c0cc5a015a3 (diff)
Move upload-DCP-to-TMS button to preferences.
Diffstat (limited to 'src/wx/dcp_panel.h')
-rw-r--r--src/wx/dcp_panel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h
index 258471ffd..7a7d13897 100644
--- a/src/wx/dcp_panel.h
+++ b/src/wx/dcp_panel.h
@@ -77,7 +77,6 @@ private:
void show_audio_clicked ();
void reel_type_changed ();
void reel_length_changed ();
- void upload_after_make_dcp_changed ();
void markers_clicked ();
void metadata_clicked ();
void reencode_j2k_changed ();
@@ -143,7 +142,6 @@ private:
wxStaticText* _reel_length_label;
wxStaticText* _reel_length_gb_label;
wxSpinCtrl* _reel_length;
- wxCheckBox* _upload_after_make_dcp;
wxButton* _markers;
wxButton* _metadata;
wxSizer* _audio_panel_sizer;