Index: webrtc/modules/video_coding/main/interface/video_coding.h |
diff --git a/webrtc/modules/video_coding/main/interface/video_coding.h b/webrtc/modules/video_coding/main/interface/video_coding.h |
index aeb2f797ef5d0f88c5329b1e8650268ea479e5ac..7fd26273f07f203dd3e105db3819f7d1f76e0bbf 100644 |
--- a/webrtc/modules/video_coding/main/interface/video_coding.h |
+++ b/webrtc/modules/video_coding/main/interface/video_coding.h |
@@ -313,8 +313,6 @@ public: |
// < 0, on error. |
virtual int32_t EnableFrameDropper(bool enable) = 0; |
- // Sent frame counters |
- virtual int32_t SentFrameCount(VCMFrameCount& frameCount) const = 0; |
/* |
* Receiver |