Clean out some leftover junk.

Bug: None
Change-Id: I2a2703deb522b992cba2014051d113e597f593fc
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/218280
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Florent Castelli <orphis@webrtc.org>
Reviewed-by: Florent Castelli <orphis@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33970}
This commit is contained in:
Harald Alvestrand 2021-05-10 21:17:48 +00:00 committed by WebRTC LUCI CQ
parent d24729693d
commit 819286ee0f
3 changed files with 0 additions and 5 deletions

View File

@ -18,8 +18,6 @@
namespace cricket {
struct PacketOptions;
// Finds data location within a TURN Channel Message or TURN Send Indication
// message.
bool RTC_EXPORT UnwrapTurnPacket(const uint8_t* packet,

View File

@ -40,7 +40,6 @@
namespace webrtc {
class VideoDecoderFactory;
class VideoEncoderFactory;
struct MediaConfig;
} // namespace webrtc
namespace cricket {

View File

@ -38,8 +38,6 @@ class AudioFrameProcessor;
namespace cricket {
class AudioDeviceModule;
class AudioMixer;
class AudioSource;
class WebRtcVoiceMediaChannel;