Remove unused variable from MovingSymmetryState

This commit is contained in:
David Capello 2016-02-11 12:21:37 -03:00
parent 1deb9ae02b
commit ad9b7ce645

View File

@ -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;
};