mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 15:32:38 +00:00
Remove unused local variable in FileList::onPaint()
This commit is contained in:
parent
bb41bd32b4
commit
bf632656c3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user