Fix: Filament Already Loaded only has two buttons

This commit is contained in:
Guðni Már Gilbert 2022-09-17 09:48:01 +00:00 committed by 3d-gussner
parent 15a8c8fe37
commit 25a7dc8397
1 changed files with 0 additions and 2 deletions

View File

@ -265,8 +265,6 @@ Buttons ButtonAvailable(uint16_t ec) {
return Left; return Left;
case ButtonOperations::Continue: // "Proceed/Continue" case ButtonOperations::Continue: // "Proceed/Continue"
return Right; return Right;
case ButtonOperations::RestartMMU: // "Restart MMU"
return RestartMMU;
default: default:
break; break;
} }