Delete deprecated metod RtpRtcp::SetMaxTransferUnit.

Deprecated since cl https://codereview.webrtc.org/2589743002

BUG=webrtc:6847

Review-Url: https://codereview.webrtc.org/3006413002
Cr-Commit-Position: refs/heads/master@{#19878}
This commit is contained in:
nisse 2017-09-18 00:37:37 -07:00 committed by Commit Bot
parent cb3b1c13f7
commit 435472542a

View File

@ -116,14 +116,6 @@ class RtpRtcp : public Module {
// Sender
// **************************************************************************
// TODO(nisse): Deprecated. Kept temporarily, as an alias for the
// new function which has slighly different semantics. Delete as
// soon as known applications are updated.
virtual int32_t SetMaxTransferUnit(uint16_t size) {
SetMaxRtpPacketSize(size);
return 0;
}
// Sets the maximum size of an RTP packet, including RTP headers.
virtual void SetMaxRtpPacketSize(size_t size) = 0;