Don't request authentication (aka I should actually test before committing).

This commit is contained in:
comex 2013-09-08 19:32:14 -04:00
parent 22d9331b96
commit fe0a450ee4

View File

@ -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)