From 4bb9730a3520904e4bac94b94bf986be590ddd2c Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Fri, 16 Aug 2013 23:21:37 -0700 Subject: Additional official SDK files from the linux distribution --- Samples/CommonSrc/Platform/OSX_Gamepad.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Samples/CommonSrc/Platform/OSX_Gamepad.cpp') 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); -- cgit v1.2.3