diff options
| author | Nick <nrmgator@gmail.com> | 2017-08-23 00:19:34 -0400 |
|---|---|---|
| committer | Nick <nrmgator@gmail.com> | 2017-08-23 00:19:34 -0400 |
| commit | 3abde4464164c580b9f436e6212cf5ad94ef444c (patch) | |
| tree | 2dbdcead6ced5e088b4fb16c3f42710444f55648 /Source/Core/InputCommon/ControllerInterface | |
| parent | 3cddb62aeae9259eea255509055a0f9acd03d48c (diff) | |
formatting cleanup
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/OSX/OSX.mm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/OSX/OSX.mm b/Source/Core/InputCommon/ControllerInterface/OSX/OSX.mm index 036c27d58c..7c907cac28 100644 --- a/Source/Core/InputCommon/ControllerInterface/OSX/OSX.mm +++ b/Source/Core/InputCommon/ControllerInterface/OSX/OSX.mm @@ -171,9 +171,6 @@ static void DeviceMatchingCallback(void* inContext, IOReturn inResult, void* inS { g_controller_interface.AddDevice(std::make_shared<Joystick>(inIOHIDDeviceRef, name)); } - else - { - } NOTICE_LOG(SERIALINTERFACE, "Added device: %s", name.c_str()); g_controller_interface.InvokeHotplugCallbacks(); |
