mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-09 18:44:46 +00:00
Remove unused variable from MovingSymmetryState
This commit is contained in:
parent
1deb9ae02b
commit
ad9b7ce645
@ -1,5 +1,5 @@
|
|||||||
// Aseprite
|
// Aseprite
|
||||||
// Copyright (C) 2015 David Capello
|
// Copyright (C) 2015-2016 David Capello
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// 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
|
// it under the terms of the GNU General Public License version 2 as
|
||||||
@ -32,7 +32,6 @@ namespace app {
|
|||||||
app::gen::SymmetryMode m_symmetryMode;
|
app::gen::SymmetryMode m_symmetryMode;
|
||||||
Option<int>& m_symmetryAxis;
|
Option<int>& m_symmetryAxis;
|
||||||
int m_symmetryAxisStart;
|
int m_symmetryAxisStart;
|
||||||
int m_symmetryAxisNew;
|
|
||||||
gfx::Point m_mouseStart;
|
gfx::Point m_mouseStart;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user