Remove unused variables in app::Editor class

This commit is contained in:
David Capello 2016-04-28 23:04:55 -03:00
parent becdd90789
commit 174d31a12a
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -320,7 +320,6 @@ namespace app {
DocumentView* m_docView;
gfx::Point m_oldPos;
ui::PointerType m_lastPointerType;
EditorFlags m_flags;