Fix some issues found by cppcheck

This commit is contained in:
heckflosse
2018-11-22 18:40:09 +01:00
parent b7c04d3b08
commit 190772af5e
11 changed files with 20 additions and 31 deletions

View File

@@ -11,7 +11,6 @@ using namespace rtengine::procparams;
Retinex::Retinex () : FoldableToolPanel (this, "retinex", M ("TP_RETINEX_LABEL"), false, true), lastmedianmap (false)
{
CurveListener::setMulti (true);
std::vector<double> defaultCurve;
std::vector<GradientMilestone> milestones;
nextmin = 0.;
nextmax = 0.;