mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Remove dead code
Unused, old code that is intended to be removed should not be left in comments -- that is what version control is for.
This commit is contained in:
@ -379,14 +379,6 @@ void WiimoteDevice::ReceiveConnectionReq(u8 _Ident, u8* _pData, u32 _Size)
|
||||
|
||||
DEBUG_LOG(IOS_WIIMOTE, "[L2CAP] SendConnectionResponse");
|
||||
SendCommandToACL(_Ident, L2CAP_CONNECT_RSP, sizeof(l2cap_con_rsp_cp), (u8*)&Rsp);
|
||||
|
||||
// update state machine
|
||||
/*
|
||||
if (rChannel.PSM == L2CAP_PSM_HID_CNTL)
|
||||
m_HIDControlChannel_Connected = true;
|
||||
else if (rChannel.PSM == L2CAP_PSM_HID_INTR)
|
||||
m_HIDInterruptChannel_Connected = true;
|
||||
*/
|
||||
}
|
||||
|
||||
void WiimoteDevice::ReceiveConnectionResponse(u8 _Ident, u8* _pData, u32 _Size)
|
||||
|
Reference in New Issue
Block a user