diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-02 11:29:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-02 11:29:39 +0100 |
| commit | 566138f515a6d628bfbe28241422b2eadc9c790b (patch) | |
| tree | f519a9330712610b8a774fdf6df085c77e3db530 /src/wx/colour_conversion_editor.h | |
| parent | e85178b0a0c6f7ff69cb0ffd193fb55c8457bd3d (diff) | |
Remove output gamma configuration option after discussions with Dennis.
Diffstat (limited to 'src/wx/colour_conversion_editor.h')
| -rw-r--r-- | src/wx/colour_conversion_editor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/colour_conversion_editor.h b/src/wx/colour_conversion_editor.h index ab45104e9..a987cb3a9 100644 --- a/src/wx/colour_conversion_editor.h +++ b/src/wx/colour_conversion_editor.h @@ -70,7 +70,6 @@ private: wxTextCtrl* _adjusted_white_y; wxStaticText* _rgb_to_xyz[3][3]; wxStaticText* _bradford[3][3]; - wxSpinCtrlDouble* _output_gamma; }; #endif |
