mirror of
https://github.com/GaryOderNichts/DRXUtil.git
synced 2025-03-03 12:15:19 +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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void EepromScreen::OnDumpCompleted()
|
|
||||||
{
|
|
||||||
mDumpComplete = true;
|
|
||||||
}
|
|
||||||
|
@ -13,8 +13,6 @@ public:
|
|||||||
|
|
||||||
bool Update(VPADStatus& input);
|
bool Update(VPADStatus& input);
|
||||||
|
|
||||||
void OnDumpCompleted();
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
enum State {
|
enum State {
|
||||||
STATE_DUMP,
|
STATE_DUMP,
|
||||||
@ -24,6 +22,4 @@ private:
|
|||||||
|
|
||||||
std::string mErrorString;
|
std::string mErrorString;
|
||||||
|
|
||||||
|
|
||||||
bool mDumpComplete;
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user