Fix unused field warning in LogitechGLightsyncController

This commit is contained in:
Adam Honse 2024-07-09 21:27:29 -05:00
parent 7e501b3a98
commit 0856701f90

View file

@ -78,6 +78,5 @@ private:
unsigned char dev_index;
unsigned char feature_index;
unsigned char fctn_ase_id;
bool direct_state;
std::shared_ptr<std::mutex> mutex;
};