Dead code elimination found by Coverity.

This commit is contained in:
Stephen Anthony 2019-11-30 17:24:19 -03:30
parent 8757e1b1ca
commit f3e2c401c0
1 changed files with 1 additions and 1 deletions

View File

@ -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());