summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-12 01:37:59 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-12 01:37:59 +0000
commitae118502865c95f15317716aef8d26641b9e9c3f (patch)
treefb72e4985b8260f490860da84875fd7c6d6d8dae /src/wx/config_dialog.h
parent69d6f62af925aca5706136c5eb5f4194d8d1be3e (diff)
Try to move J2K bandwidth and colour LUT to be per-film (#23).
Diffstat (limited to 'src/wx/config_dialog.h')
-rw-r--r--src/wx/config_dialog.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h
index 615d36f83..32123a0d7 100644
--- a/src/wx/config_dialog.h
+++ b/src/wx/config_dialog.h
@@ -45,8 +45,6 @@ private:
void tms_password_changed (wxCommandEvent &);
void num_local_encoding_threads_changed (wxCommandEvent &);
void default_directory_changed (wxCommandEvent &);
- void colour_lut_changed (wxCommandEvent &);
- void j2k_bandwidth_changed (wxCommandEvent &);
void reference_scaler_changed (wxCommandEvent &);
void edit_reference_filters_clicked (wxCommandEvent &);
void reference_filters_changed (std::vector<Filter const *>);
@@ -67,8 +65,6 @@ private:
#else
wxDirPickerCtrl* _default_directory;
#endif
- wxComboBox* _colour_lut;
- wxSpinCtrl* _j2k_bandwidth;
wxComboBox* _reference_scaler;
wxStaticText* _reference_filters;
wxButton* _reference_filters_button;