mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 23:11:18 +12:00
Remove unnecessary != overload
This commit is contained in:
parent
91679d5ba6
commit
444a8decb1
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ public:
|
|||
virtual std::optional<std::vector<uint8_t>> read_data() = 0;
|
||||
|
||||
virtual bool operator==(WiimoteDevice& o) const = 0;
|
||||
bool operator!=(WiimoteDevice& o) const { return *this == o; }
|
||||
};
|
||||
|
||||
using WiimoteDevicePtr = std::shared_ptr<WiimoteDevice>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue