diff -r 14e279d2bbb7 -r 22de2e391156 bluetooth/btstack/rfcomm/rfcommmuxchannel.inl --- a/bluetooth/btstack/rfcomm/rfcommmuxchannel.inl Wed Jul 21 15:42:05 2010 +0300 +++ b/bluetooth/btstack/rfcomm/rfcommmuxchannel.inl Thu Sep 23 17:06:47 2010 +0300 @@ -102,11 +102,6 @@ return iMux.TransmitUA(KMuxDLCI); } -inline TInt CRfcommMuxChannel::TransmitDISC() - { - return iMux.TransmitDISC(KMuxDLCI); - } - inline TInt CRfcommMuxChannel::TransmitDM() { return iMux.TransmitDM(KMuxDLCI, ETrue);