[Coverity] Remove unused call without side-effects

This commit is contained in:
baldurk
2017-12-21 12:19:02 +00:00
parent 24fce05773
commit 95bebdbbe1
-2
View File
@@ -140,8 +140,6 @@ void RangeHistogram::mousePressEvent(QMouseEvent *e)
QRect r = rect();
r.marginsRemoved(QMargins(totalSpace(), totalSpace(), totalSpace(), totalSpace()));
int whiteX = (int)(whiteDelta() * r.width());
int blackX = (int)(blackDelta() * r.width());