mirror of
https://github.com/GaryOderNichts/DRXUtil.git
synced 2025-03-02 19:55:21 +01:00
Remove function from EEPROM dumper
There is currently nothing to execute once dumping is done. Removed definitions for bool and function.
This commit is contained in:
parent
8cd08509f9
commit
cb02ef1040
@ -112,8 +112,3 @@ bool EepromScreen::Update(VPADStatus& input) // This is the core logic part
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
void EepromScreen::OnDumpCompleted()
|
||||
{
|
||||
mDumpComplete = true;
|
||||
}
|
||||
|
@ -13,8 +13,6 @@ public:
|
||||
|
||||
bool Update(VPADStatus& input);
|
||||
|
||||
void OnDumpCompleted();
|
||||
|
||||
private:
|
||||
enum State {
|
||||
STATE_DUMP,
|
||||
@ -23,7 +21,5 @@ private:
|
||||
} mState = STATE_DUMP;
|
||||
|
||||
std::string mErrorString;
|
||||
|
||||
|
||||
bool mDumpComplete;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user