Index: webrtc/modules/rtp_rtcp/include/rtp_rtcp.h |
diff --git a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h |
index d9d03e686b7245934f50b0f9bc13984f1f8258e2..e0ace4c775d76c9df39d0d9a69954cb9c8b50df2 100644 |
--- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h |
+++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h |
@@ -249,10 +249,6 @@ class RtpRtcp : public Module { |
virtual void SetRtxSendPayloadType(int payload_type, |
int associated_payload_type) = 0; |
- // Gets the payload type pair of (RTX, associated) to use when sending RTX |
- // packets. |
- virtual std::pair<int, int> RtxSendPayloadType() const = 0; |
- |
/* |
* sends kRtcpByeCode when going from true to false |
* |