From 5a4ce2fd338fd8b457b7ba0b2a2826e6fff0bb1e Mon Sep 17 00:00:00 2001 From: nisse Date: Thu, 17 Dec 2015 09:37:22 -0800 Subject: [PATCH] Deleted declaration of VideoCaptureInput::DeliverI420Frame It appears unimplemented and unused. BUG= Review URL: https://codereview.webrtc.org/1539513002 Cr-Commit-Position: refs/heads/master@{#11071} --- webrtc/video/video_capture_input.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/webrtc/video/video_capture_input.h b/webrtc/video/video_capture_input.h index 1a59b08efd..d44907cd0e 100644 --- a/webrtc/video/video_capture_input.h +++ b/webrtc/video/video_capture_input.h @@ -65,8 +65,6 @@ class VideoCaptureInput : public webrtc::VideoCaptureInput { static bool EncoderThreadFunction(void* obj); bool EncoderProcess(); - void DeliverI420Frame(VideoFrame* video_frame); - rtc::scoped_ptr capture_cs_; ProcessThread* const module_process_thread_;