This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 4f97970b98f5b1d7110baf130eef9b1475b809d0 Author: David Capello <[email protected]> Date: Wed May 11 13:00:25 2016 -0300 Remove unused variable in ExpandCelCanvas --- src/app/util/expand_cel_canvas.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/util/expand_cel_canvas.cpp b/src/app/util/expand_cel_canvas.cpp index 01b98c7..d99779e 100644 --- a/src/app/util/expand_cel_canvas.cpp +++ b/src/app/util/expand_cel_canvas.cpp @@ -177,7 +177,6 @@ void ExpandCelCanvas::commit() } else if (m_celImage) { // Restore cel position to its original position - gfx::Point newPos = m_cel->position(); m_cel->setPosition(m_origCelPos); ASSERT(m_cel->image() == m_celImage.get()); -- 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

