Remove OnLocalSsrcChanged

Removing the unused interface OnLocalSsrcChanged.

BUG=webrtc:6456

Review-Url: https://codereview.webrtc.org/2546703002
Cr-Commit-Position: refs/heads/master@{#15354}
This commit is contained in:
mflodman
2016-12-01 02:39:41 -08:00
committed by Commit bot
parent 847f2948e5
commit e90adcef42

View File

@ -227,9 +227,6 @@ class RtcpIntraFrameObserver {
virtual void OnReceivedRPSI(uint32_t ssrc,
uint64_t picture_id) = 0;
// TODO(mflodman): Remove completely.
virtual void OnLocalSsrcChanged(uint32_t old_ssrc, uint32_t new_ssrc) {}
virtual ~RtcpIntraFrameObserver() {}
};