mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 11:35:46 +00:00
Cleanup after linter
This commit is contained in:
parent
c506cb494f
commit
243dbee81e
9 changed files with 95 additions and 164 deletions
|
@ -40,7 +40,6 @@ struct DeviceStatus {
|
|||
u16 max_x{};
|
||||
u16 max_y{};
|
||||
};
|
||||
|
||||
std::optional<CalibrationData> touch_calibration;
|
||||
};
|
||||
|
||||
|
@ -73,7 +72,6 @@ public:
|
|||
Stage1Completed,
|
||||
Completed,
|
||||
};
|
||||
|
||||
/**
|
||||
* Constructs and starts the job with the specified parameter.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue