Remove unused variable in FileList::onPaint()

This commit is contained in:
David Capello 2016-02-18 10:58:58 -03:00
parent 237a46588c
commit 67afc5f621

View File

@ -323,7 +323,6 @@ void FileList::onPaint(ui::PaintEvent& ev)
{
Graphics* g = ev.graphics();
SkinTheme* theme = static_cast<SkinTheme*>(this->theme());
View* view = View::getView(this);
gfx::Rect bounds = clientBounds();
int x, y = bounds.y;
int evenRow = 0;