mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
[Coverity] Remove unused call without side-effects
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user