[aseprite] 169/308: Remove unused variable in BrushPopup::regenerate()

Tobias Hansen thansen at moszumanska.debian.org
Tue Mar 8 02:45:07 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 851413e2a6b26b76ad629a539d2f4b5319caa3d1
Author: David Capello <davidcapello at gmail.com>
Date:   Mon Dec 28 18:02:38 2015 -0300

    Remove unused variable in  BrushPopup::regenerate()
---
 src/app/ui/brush_popup.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/app/ui/brush_popup.cpp b/src/app/ui/brush_popup.cpp
index 830f71f..fffe167 100644
--- a/src/app/ui/brush_popup.cpp
+++ b/src/app/ui/brush_popup.cpp
@@ -381,7 +381,6 @@ void BrushPopup::regenerate(const gfx::Rect& box)
   m_customBrushes = new ButtonSet(3);
   m_customBrushes->setTriggerOnMouseUp(true);
 
-  auto& parts = SkinTheme::instance()->parts;
   int slot = 0;
   for (const auto& brush : brushSlots) {
     ++slot;

-- 
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