mirror of https://github.com/stella-emu/stella.git
Remove superfluous declaration.
This commit is contained in:
parent
5614fb0e76
commit
1bf33fc4d2
|
@ -79,10 +79,7 @@ void StringListWidget::drawWidget(bool hilite)
|
|||
textColor = kTextColorInv;
|
||||
}
|
||||
else
|
||||
{
|
||||
bool onTop = _boss->dialog().isOnTop();
|
||||
s.frameRect(_x + 1, _y + 1 + _fontHeight * i, _w - 1, _fontHeight, onTop ? kWidColorHi : kBGColorLo);
|
||||
}
|
||||
}
|
||||
|
||||
GUI::Rect r(getEditRect());
|
||||
|
|
Loading…
Reference in New Issue