ViECapturer: Remove unimplemented function declaration |DeliverCodedFrame|

The end goal except cleanup is to remove webrtc::VideoFrame.

R=mflodman@webrtc.org, pbos@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/35129004

Cr-Commit-Position: refs/heads/master@{#8392}
git-svn-id: http://webrtc.googlecode.com/svn/trunk@8392 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
magjed@webrtc.org 2015-02-17 14:56:39 +00:00
parent 1a38a51119
commit 7a91acb94a

View File

@ -146,7 +146,6 @@ class ViECapturer
bool ViECaptureProcess();
void DeliverI420Frame(I420VideoFrame* video_frame);
void DeliverCodedFrame(VideoFrame* video_frame);
private:
bool SwapCapturedAndDeliverFrameIfAvailable();