cppcheck: further fixes

This commit is contained in:
Ingo Weyrich
2019-08-08 19:10:29 +02:00
parent 4bf4b818c0
commit 8744f8f826
6 changed files with 26 additions and 41 deletions

View File

@@ -685,12 +685,9 @@ bool MyDiagonalCurve::handleEvents (GdkEvent* event)
stopNumericalAdjustment();
}
}
retval = true;
}
}
}
retval = true;
}