Fix warnings in MacOS build

This commit is contained in:
Adam Honse 2025-07-05 01:19:06 -05:00
parent df73d0263a
commit e5b3c12814
4 changed files with 2 additions and 6 deletions

View file

@ -28,8 +28,6 @@ public:
private:
hid_device* dev;
std::string location;
unsigned char endpoint_out = 0x02;
unsigned char endpoint_in = 0x81;
static const std::vector<std::vector<unsigned char>> OEM_KEYS;