Remove unused local variable in FileList::onPaint()

This commit is contained in:
David Capello 2016-02-01 18:24:06 -03:00
parent bb41bd32b4
commit bf632656c3

View File

@ -324,7 +324,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 vp = view->viewportBounds();
gfx::Rect bounds = clientBounds();
int x, y = bounds.y;
int evenRow = 0;