This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 7c2786164d877b2cb928ed23625a484b52e0bade Author: David Capello <[email protected]> Date: Thu Apr 21 13:31:24 2016 -0300 Remove unused variable --- src/app/ui/status_bar.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/ui/status_bar.cpp b/src/app/ui/status_bar.cpp index 7fd01cd..8dff42b 100644 --- a/src/app/ui/status_bar.cpp +++ b/src/app/ui/status_bar.cpp @@ -167,7 +167,6 @@ class StatusBar::Indicators : public HBox { private: void onPaint(ui::PaintEvent& ev) override { - SkinTheme* theme = static_cast<SkinTheme*>(this->theme()); Rect rc = clientBounds(); Graphics* g = ev.graphics(); -- 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

