From a8af9df74a0e879c03a0496f36a1f96067a4d96d Mon Sep 17 00:00:00 2001 From: David Capello Date: Sun, 30 Nov 2014 20:54:46 -0300 Subject: [PATCH] Remove unused variable --- src/app/ui/editor/standby_state.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/ui/editor/standby_state.cpp b/src/app/ui/editor/standby_state.cpp index fbb631a7a..d8fd49cb9 100644 --- a/src/app/ui/editor/standby_state.cpp +++ b/src/app/ui/editor/standby_state.cpp @@ -165,7 +165,6 @@ bool StandbyState::onMouseDown(Editor* editor, MouseMessage* msg) return true; UIContext* context = UIContext::instance(); - tools::Tool* currentTool = editor->getCurrentEditorTool(); tools::Ink* clickedInk = editor->getCurrentEditorInk(); DocumentLocation location; editor->getDocumentLocation(&location);