Remove unused variable

This commit is contained in:
David Capello 2014-11-30 20:54:46 -03:00
parent 2c5ef7d636
commit a8af9df74a

View File

@ -165,7 +165,6 @@ bool StandbyState::onMouseDown(Editor* editor, MouseMessage* msg)
return true; return true;
UIContext* context = UIContext::instance(); UIContext* context = UIContext::instance();
tools::Tool* currentTool = editor->getCurrentEditorTool();
tools::Ink* clickedInk = editor->getCurrentEditorInk(); tools::Ink* clickedInk = editor->getCurrentEditorInk();
DocumentLocation location; DocumentLocation location;
editor->getDocumentLocation(&location); editor->getDocumentLocation(&location);