summaryrefslogtreecommitdiffstats
path: root/Samples/CommonSrc
diff options
context:
space:
mode:
authorBrad Davis <[email protected]>2013-08-16 23:21:37 -0700
committerBrad Davis <[email protected]>2013-08-16 23:21:37 -0700
commit78bc5dba1202a0383fd355505c2257d120953e58 (patch)
tree35af2c50b6315c6d338fe3b0bf0cac455de2ae7a /Samples/CommonSrc
parentf29e505a7df820e1376d97b41515bdc89d472499 (diff)
Additional official SDK files from the linux distribution
Diffstat (limited to 'Samples/CommonSrc')
-rw-r--r--Samples/CommonSrc/Platform/OSX_Gamepad.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Samples/CommonSrc/Platform/OSX_Gamepad.cpp b/Samples/CommonSrc/Platform/OSX_Gamepad.cpp
index 934319b..96219e4 100644
--- a/Samples/CommonSrc/Platform/OSX_Gamepad.cpp
+++ b/Samples/CommonSrc/Platform/OSX_Gamepad.cpp
@@ -204,7 +204,6 @@ void GamepadManager::onDeviceValueChanged(IOHIDValueRef value)
int vendorID = getIntDeviceProperty(device, CFSTR(kIOHIDVendorIDKey));
int productID = getIntDeviceProperty(device, CFSTR(kIOHIDProductIDKey));
- OVR_UNUSED(productID);
uint32_t usagePage = IOHIDElementGetUsagePage(element);
uint32_t usage = IOHIDElementGetUsage(element);