aboutsummaryrefslogtreecommitdiff
path: root/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h')
-rw-r--r--modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h b/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h
index c60c030e8d..ac937bbfe0 100644
--- a/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h
+++ b/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h
@@ -38,14 +38,6 @@ class RemoteBitrateObserver {
virtual ~RemoteBitrateObserver() {}
};
-class TransportFeedbackSenderInterface {
- public:
- virtual ~TransportFeedbackSenderInterface() = default;
-
- virtual bool SendCombinedRtcpPacket(
- std::vector<std::unique_ptr<rtcp::RtcpPacket>> packets) = 0;
-};
-
// TODO(holmer): Remove when all implementations have been updated.
struct ReceiveBandwidthEstimatorStats {};