Remove unneeded function

This commit is contained in:
team-orangeBlue 2024-09-28 10:00:04 +03:00
parent 61c1344a83
commit 047724b08e
2 changed files with 1 additions and 8 deletions

View File

@ -75,9 +75,4 @@ bool FormatScreen::Update(VPADStatus& input) // This is the core logic part
}
return true;
}
void FormatScreen::OnEraseCompleted()
{
mEraseComplete = true;
}
}

View File

@ -13,8 +13,6 @@ public:
bool Update(VPADStatus& input);
void OnEraseCompleted();
private:
enum State {
STATE_UPDATE,