| Index: webrtc/pc/rtcpmuxfilter.h
|
| diff --git a/webrtc/pc/rtcpmuxfilter.h b/webrtc/pc/rtcpmuxfilter.h
|
| index bdd8a3537f798b8583fa1ca7099df961d6e101fb..95a9d5fe971e7eedd448ce28cc092030ec51394f 100644
|
| --- a/webrtc/pc/rtcpmuxfilter.h
|
| +++ b/webrtc/pc/rtcpmuxfilter.h
|
| @@ -45,9 +45,6 @@ class RtcpMuxFilter {
|
| // Specifies whether the answer indicates the use of RTCP mux.
|
| bool SetAnswer(bool answer_enable, ContentSource src);
|
|
|
| - // Determines whether the specified packet is RTCP.
|
| - bool DemuxRtcp(const char* data, int len);
|
| -
|
| private:
|
| bool ExpectOffer(bool offer_enable, ContentSource source);
|
| bool ExpectAnswer(ContentSource source);
|
|
|