mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-14 04:19:12 +00:00
Remove unused variable in FileList::onPaint()
This commit is contained in:
parent
237a46588c
commit
67afc5f621
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user