mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-06 06:58:15 +00:00
Fix unused variable warning
This commit is contained in:
parent
e345170948
commit
57f51e65e2
@ -226,7 +226,7 @@ bool StandbyState::onMouseDown(Editor* editor, MouseMessage* msg)
|
||||
MovingCelState* newState = new MovingCelState(editor, msg);
|
||||
editor->setState(EditorStatePtr(newState));
|
||||
}
|
||||
catch (const LockedDocumentException& ex) {
|
||||
catch (const LockedDocumentException&) {
|
||||
// TODO break the background task that is locking this sprite
|
||||
StatusBar::instance()->showTip(1000,
|
||||
"Sprite is used by a backup/data recovery task");
|
||||
|
Loading…
Reference in New Issue
Block a user