diff --git a/src/app/ui/file_list.cpp b/src/app/ui/file_list.cpp index 8444c8b0b..aa06a36c3 100644 --- a/src/app/ui/file_list.cpp +++ b/src/app/ui/file_list.cpp @@ -323,7 +323,6 @@ void FileList::onPaint(ui::PaintEvent& ev) { Graphics* g = ev.graphics(); SkinTheme* theme = static_cast(this->theme()); - View* view = View::getView(this); gfx::Rect bounds = clientBounds(); int x, y = bounds.y; int evenRow = 0;