mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-23 04:20:56 +00:00
Avoid unused variable warning
This commit is contained in:
parent
cb81ec053a
commit
33d6ffb73b
@ -383,9 +383,9 @@ bool CustomizedGuiManager::onProcessMessage(Message* msg)
|
||||
break;
|
||||
|
||||
case kKeyDownMessage: {
|
||||
#ifdef _DEBUG
|
||||
auto keymsg = static_cast<KeyMessage*>(msg);
|
||||
|
||||
#ifdef _DEBUG
|
||||
// Ctrl+Shift+Q generates a crash (useful to test the anticrash feature)
|
||||
if (msg->ctrlPressed() &&
|
||||
msg->shiftPressed() &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user