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:
@ -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() {}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user