Remove superfluous declaration.

This commit is contained in:
Stephen Anthony 2018-08-06 11:13:13 -02:30
parent 5614fb0e76
commit 1bf33fc4d2
1 changed files with 0 additions and 3 deletions

View File

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