diff --git a/Source/Core/Core/Src/HW/WiimoteReal/IOdarwin.mm b/Source/Core/Core/Src/HW/WiimoteReal/IOdarwin.mm index 886dbb9c9c..4f015866bc 100644 --- a/Source/Core/Core/Src/HW/WiimoteReal/IOdarwin.mm +++ b/Source/Core/Core/Src/HW/WiimoteReal/IOdarwin.mm @@ -225,14 +225,6 @@ bool Wiimote::ConnectInternal() return false; } - ret = [btd requestAuthentication]; - if (ret) - { - WARN_LOG(WIIMOTE, "Unable to request authentication for wiimote %i: %x", - index + 1, ret); - goto bad; - } - ret = [btd openL2CAPChannelSync: &cchan withPSM: kBluetoothL2CAPPSMHIDControl delegate: cbt]; if (ret)