summaryrefslogtreecommitdiff
path: root/video_engine/vie_rtp_rtcp_impl.h
diff options
context:
space:
mode:
authormflodman@webrtc.org <mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-05-16 11:13:18 +0000
committermflodman@webrtc.org <mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-05-16 11:13:18 +0000
commit7645e4dedc3700d785a8e6b377db8c1659ff2583 (patch)
treec22c3fcb4c17ddc1e5c02a027476b7eaf6fa853e /video_engine/vie_rtp_rtcp_impl.h
parenta0b002541771f0fe945ab33493a4da940f95b7c0 (diff)
downloadwebrtc-7645e4dedc3700d785a8e6b377db8c1659ff2583.tar.gz
Remove SetOverUseDetectorOptions and cleaned ViESharedData.
R=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1486004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4042 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'video_engine/vie_rtp_rtcp_impl.h')
-rw-r--r--video_engine/vie_rtp_rtcp_impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video_engine/vie_rtp_rtcp_impl.h b/video_engine/vie_rtp_rtcp_impl.h
index f41c3367..4ac88e28 100644
--- a/video_engine/vie_rtp_rtcp_impl.h
+++ b/video_engine/vie_rtp_rtcp_impl.h
@@ -110,8 +110,6 @@ class ViERTP_RTCPImpl
virtual int GetEstimatedReceiveBandwidth(
const int video_channel,
unsigned int* estimated_bandwidth) const;
- virtual int SetOverUseDetectorOptions(
- const OverUseDetectorOptions& options) const;
virtual int StartRTPDump(const int video_channel,
const char file_nameUTF8[1024],
RTPDirections direction);