Fix some valgrind issues

This commit is contained in:
heckflosse
2017-06-24 16:38:34 +02:00
parent 2579e3f6ac
commit 159ddf2d7a
10 changed files with 4 additions and 100 deletions

View File

@@ -56,9 +56,7 @@ protected:
sigc::connection hsmconn;
bool lastobpc;
sigc::connection obpcconn;
bool lastBlendCMSMatrix;
bool isBatchMode;
sigc::connection blendcmsconn;
private:
Gtk::VBox * iVBox;
@@ -78,7 +76,6 @@ private:
Gtk::CheckButton* ckbApplyLookTable;
Gtk::CheckButton* ckbApplyBaselineExposureOffset;
Gtk::CheckButton* ckbApplyHueSatMap;
Gtk::CheckButton* ckbBlendCMSMatrix;
MyComboBoxText* wnames;
sigc::connection wnamesconn;
MyComboBoxText* wgamma;
@@ -119,7 +116,6 @@ public:
void gpChanged ();
void GamChanged ();
void ipSelectionChanged ();
void blendCMSMatrixChanged();
void dcpIlluminantChanged();
void toneCurveChanged();
void applyLookTableChanged();