mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-16 05:42:32 +00:00
Remove unused variable
This commit is contained in:
parent
2c5ef7d636
commit
a8af9df74a
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user