mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-08 21:17:50 +00:00
unnecessary method removal
This commit is contained in:
@@ -177,24 +177,6 @@ class CHIDDeviceIOKit final : public IHIDDevice
|
||||
|
||||
}
|
||||
|
||||
|
||||
static void _inputReport(CHIDDeviceIOKit* device,
|
||||
IOReturn result,
|
||||
void* sender,
|
||||
IOHIDReportType type,
|
||||
uint32_t reportID,
|
||||
uint8_t* report,
|
||||
CFIndex reportLength)
|
||||
{
|
||||
|
||||
}
|
||||
static void _disconnect(CHIDDeviceIOKit* device,
|
||||
IOReturn result,
|
||||
IOHIDDeviceRef sender)
|
||||
{
|
||||
device->_deviceDisconnected();
|
||||
}
|
||||
|
||||
static void _threadProcHID(CHIDDeviceIOKit* device)
|
||||
{
|
||||
std::unique_lock<std::mutex> lk(device->m_initMutex);
|
||||
|
||||
Reference in New Issue
Block a user