mirror of https://github.com/stella-emu/stella.git
Dead code elimination found by Coverity.
This commit is contained in:
parent
8a0491f3d3
commit
9c6bfb3251
|
@ -81,7 +81,7 @@ void StringListWidget::drawWidget(bool hilite)
|
||||||
textColor = kTextColorInv;
|
textColor = kTextColorInv;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
s.frameRect(_x + 1, _y + 1 + _fontHeight * i, _w - 1, _fontHeight, onTop ? kWidColorHi : kBGColorLo);
|
s.frameRect(_x + 1, _y + 1 + _fontHeight * i, _w - 1, _fontHeight, kWidColorHi);
|
||||||
}
|
}
|
||||||
|
|
||||||
Common::Rect r(getEditRect());
|
Common::Rect r(getEditRect());
|
||||||
|
|
Loading…
Reference in New Issue