Delete ChannelManager class declaration.

ChannelManager has been deleted, these declaration should also be deleted.

Bug: webrtc:13931
Change-Id: I2739a0424f61d6e659cb694a3f51bb6b90911cf9
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/282520
Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org>
Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38579}
This commit is contained in:
Yaowen Guo
2022-11-08 15:39:36 +08:00
committed by WebRTC LUCI CQ
parent 5600fe5bed
commit 999fff45ed
7 changed files with 0 additions and 23 deletions

View File

@ -63,10 +63,6 @@
#include "rtc_base/unique_id_generator.h"
#include "rtc_base/weak_ptr.h"
namespace cricket {
class ChannelManager;
}
namespace webrtc {
// SdpOfferAnswerHandler is a component
@ -569,7 +565,6 @@ class SdpOfferAnswerHandler : public SdpStateProvider {
// ==================================================================
// Access to pc_ variables
cricket::ChannelManager* channel_manager() const;
cricket::MediaEngineInterface* media_engine() const;
TransceiverList* transceivers();
const TransceiverList* transceivers() const;