summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-12 23:12:41 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-12 23:12:41 +0100
commit5f1046a2164fff00a6fc74aecf4cacbca531d415 (patch)
treec166fd8ecabede8c954e7289723aa9872d3c826a /src/wx/film_editor.h
parent07ba15f367b36d17ec60edf77aa57fd20ee76740 (diff)
Remove entirely untested colour LUT options.
Diffstat (limited to 'src/wx/film_editor.h')
-rw-r--r--src/wx/film_editor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index 100e47b5b..f2aaae04d 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -83,7 +83,6 @@ private:
void with_subtitles_toggled (wxCommandEvent &);
void subtitle_offset_changed (wxCommandEvent &);
void subtitle_scale_changed (wxCommandEvent &);
- void colour_lut_changed (wxCommandEvent &);
void j2k_bandwidth_changed (wxCommandEvent &);
void dcp_frame_rate_changed (wxCommandEvent &);
void best_dcp_frame_rate_clicked (wxCommandEvent &);
@@ -164,7 +163,6 @@ private:
wxCheckBox* _with_subtitles;
wxSpinCtrl* _subtitle_offset;
wxSpinCtrl* _subtitle_scale;
- wxChoice* _colour_lut;
wxSpinCtrl* _j2k_bandwidth;
wxChoice* _dcp_content_type;
wxChoice* _dcp_frame_rate;