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 DRracer
parent 3b60b894da
commit 037d51b049
1 changed files with 0 additions and 2 deletions

View File

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