Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / wx / colour_conversion_editor.h
index ab45104e9fc19fac122cbb935a899142414ff98b..a987cb3a9029ad045e11dd2cb90d529c6a041423 100644 (file)
@@ -70,7 +70,6 @@ private:
        wxTextCtrl* _adjusted_white_y;
        wxStaticText* _rgb_to_xyz[3][3];
        wxStaticText* _bradford[3][3];
-       wxSpinCtrlDouble* _output_gamma;
 };
 
 #endif