[aseprite] 200/308: Remove unused local variable in FileList::onPaint()

Tobias Hansen thansen at moszumanska.debian.org
Tue Mar 8 02:45:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit bf632656c39e3335063a571d8d24993f67353de0
Author: David Capello <davidcapello at gmail.com>
Date:   Mon Feb 1 18:24:06 2016 -0300

    Remove unused local 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 006ebbc..8444c8b 100644
--- a/src/app/ui/file_list.cpp
+++ b/src/app/ui/file_list.cpp
@@ -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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list