mirror of
https://github.com/GaryOderNichts/DRXUtil.git
synced 2024-10-31 22:55:09 +01:00
Remove unneeded function
This commit is contained in:
parent
61c1344a83
commit
047724b08e
@ -75,9 +75,4 @@ bool FormatScreen::Update(VPADStatus& input) // This is the core logic part
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
void FormatScreen::OnEraseCompleted()
|
||||
{
|
||||
mEraseComplete = true;
|
||||
}
|
||||
}
|
@ -13,8 +13,6 @@ public:
|
||||
|
||||
bool Update(VPADStatus& input);
|
||||
|
||||
void OnEraseCompleted();
|
||||
|
||||
private:
|
||||
enum State {
|
||||
STATE_UPDATE,
|
||||
|
Loading…
Reference in New Issue
Block a user