Minor tweak

This commit is contained in:
Jack Andersen
2018-12-07 15:28:54 -10:00
parent 54676aff91
commit 2c2c72bfd1
5 changed files with 9 additions and 8 deletions

View File

@@ -171,8 +171,6 @@ class HIDDeviceUdev final : public IHIDDevice
udev_device_unref(udevDev);
}
int m_reportDescSz;
static void _threadProcHID(std::shared_ptr<HIDDeviceUdev> device)
{
char errStr[256];