This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 67afc5f621e892f9619cdd7b38478f9b50921101 Author: David Capello <[email protected]> Date: Thu Feb 18 10:58:58 2016 -0300 Remove unused variable in FileList::onPaint() --- src/app/ui/file_list.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/ui/file_list.cpp b/src/app/ui/file_list.cpp index 8444c8b..aa06a36 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<SkinTheme*>(this->theme()); - View* view = View::getView(this); gfx::Rect bounds = clientBounds(); int x, y = bounds.y; int evenRow = 0; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

