From 8e99ac5afff75e7c6de46d4badf5189e2c0f3d3e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 13 Jun 2014 18:54:42 +0200 Subject: [PATCH] (Apple) MFi - style nit --- apple/common/apple_gamecontroller.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apple/common/apple_gamecontroller.m b/apple/common/apple_gamecontroller.m index 96832d8d05..1cc5696ac1 100644 --- a/apple/common/apple_gamecontroller.m +++ b/apple/common/apple_gamecontroller.m @@ -135,10 +135,8 @@ static void apple_gamecontroller_disconnect(GCController* controller) void apple_gamecontroller_init(void) { - if (!apple_gamecontroller_available()) { - /* The Gamecontroller framework is not available... */ + if (!apple_gamecontroller_available()) return; - } [[NSNotificationCenter defaultCenter] addObserverForName:GCControllerDidConnectNotification object:nil