diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index ba5f103..9b4cd73 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -35,11 +35,7 @@ namespace ratgdo { struct cmd { uint64_t fixed; - uint32_t data; - inline bool operator!=(cmd const &other) const - { - return (fixed != other.fixed || data != other.data); - } + uint32_t data; }; typedef struct {