aboutsummaryrefslogtreecommitdiff
path: root/call/rtp_video_sender_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'call/rtp_video_sender_interface.h')
-rw-r--r--call/rtp_video_sender_interface.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/call/rtp_video_sender_interface.h b/call/rtp_video_sender_interface.h
index 632c9e835a..a0b4baccb4 100644
--- a/call/rtp_video_sender_interface.h
+++ b/call/rtp_video_sender_interface.h
@@ -22,7 +22,6 @@
#include "call/rtp_config.h"
#include "modules/rtp_rtcp/include/rtp_rtcp_defines.h"
#include "modules/rtp_rtcp/source/rtp_sequence_number_map.h"
-#include "modules/utility/include/process_thread.h"
#include "modules/video_coding/include/video_codec_interface.h"
namespace webrtc {
@@ -32,9 +31,6 @@ struct FecProtectionParams;
class RtpVideoSenderInterface : public EncodedImageCallback,
public FecControllerOverride {
public:
- virtual void RegisterProcessThread(ProcessThread* module_process_thread) = 0;
- virtual void DeRegisterProcessThread() = 0;
-
// RtpVideoSender will only route packets if being active, all
// packets will be dropped otherwise.
virtual void SetActive(bool active) = 0;