diff options
Diffstat (limited to 'core/device.h')
-rw-r--r-- | core/device.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/device.h b/core/device.h index 22163e56c..c401fd6a0 100644 --- a/core/device.h +++ b/core/device.h @@ -45,8 +45,7 @@ const char *device_get_nickname(const struct device *dev); #include <string> #include <vector> struct device { - bool operator==(const device &a) const; - bool operator!=(const device &a) const; + bool operator==(const device &a) const; // TODO: remove, once devices are integrated in the undo system bool operator<(const device &a) const; void showchanges(const std::string &n, const std::string &s, const std::string &f) const; std::string model; |