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-17 22:15:49 -0700
commit4bb9730a3520904e4bac94b94bf986be590ddd2c (patch)
tree40eed8ab8be5537593dc61be074ab11f9bedc67b /Samples/CommonSrc
parentd54894930d9c862027185e227065d5724401851d (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);