Some cppcheck cleanups

This commit is contained in:
Ingo Weyrich
2020-06-28 13:24:00 +02:00
parent a0eacde31a
commit bad0c0b1e7
3 changed files with 8 additions and 14 deletions

View File

@@ -110,12 +110,6 @@ class ImProcFunctions
double scale;
bool multiThread;
bool lastcutpast;
int lastcxbuf;
int lastcybuf;
int lastcount;
LabImage *spotbuffer;
void calcVignettingParams(int oW, int oH, const procparams::VignettingParams& vignetting, double &w2, double &h2, double& maxRadius, double &v, double &b, double &mul);
void transformLuminanceOnly(Imagefloat* original, Imagefloat* transformed, int cx, int cy, int oW, int oH, int fW, int fH);