mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 09:19:27 +00:00
Remove unused variables in app::Editor class
This commit is contained in:
parent
becdd90789
commit
174d31a12a
@ -1015,7 +1015,6 @@ void Editor::updateQuicktool()
|
||||
if (m_customizationDelegate && !hasCapture()) {
|
||||
auto activeToolManager = App::instance()->activeToolManager();
|
||||
tools::Tool* selectedTool = activeToolManager->selectedTool();
|
||||
tools::Tool* oldQuicktool = activeToolManager->quickTool();
|
||||
|
||||
// Don't change quicktools if we are in a selection tool and using
|
||||
// the selection modifiers.
|
||||
|
@ -320,7 +320,6 @@ namespace app {
|
||||
DocumentView* m_docView;
|
||||
|
||||
gfx::Point m_oldPos;
|
||||
ui::PointerType m_lastPointerType;
|
||||
|
||||
EditorFlags m_flags;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user