[aseprite] 218/308: Remove unused variable from MovingSymmetryState

Tobias Hansen thansen at moszumanska.debian.org
Tue Mar 8 02:45:13 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 ad9b7ce645de2da1e06cb54875db6312a8bd8a33
Author: David Capello <davidcapello at gmail.com>
Date:   Thu Feb 11 12:21:37 2016 -0300

    Remove unused variable from MovingSymmetryState
---
 src/app/ui/editor/moving_symmetry_state.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/app/ui/editor/moving_symmetry_state.h b/src/app/ui/editor/moving_symmetry_state.h
index dcfe4be..df2c29c 100644
--- a/src/app/ui/editor/moving_symmetry_state.h
+++ b/src/app/ui/editor/moving_symmetry_state.h
@@ -1,5 +1,5 @@
 // Aseprite
-// Copyright (C) 2015  David Capello
+// Copyright (C) 2015-2016  David Capello
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License version 2 as
@@ -32,7 +32,6 @@ namespace app {
     app::gen::SymmetryMode m_symmetryMode;
     Option<int>& m_symmetryAxis;
     int m_symmetryAxisStart;
-    int m_symmetryAxisNew;
     gfx::Point m_mouseStart;
   };
 

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