Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1691)

Unified Diff: webrtc/video/video_capture_input.h

Issue 1331833003: Remove unused event in ivideo_capture_input.cc. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/video/video_capture_input.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/video_capture_input.h
diff --git a/webrtc/video/video_capture_input.h b/webrtc/video/video_capture_input.h
index 7ef10947c2bba9498f84eb195df9581b50ba6f97..6cbcac5e9055cf971ad11b81119814d2a456900c 100644
--- a/webrtc/video/video_capture_input.h
+++ b/webrtc/video/video_capture_input.h
@@ -82,7 +82,6 @@ class VideoCaptureInput : public webrtc::VideoCaptureInput {
rtc::scoped_ptr<ThreadWrapper> capture_thread_;
// TODO(pbos): scoped_ptr
EventWrapper& capture_event_;
- EventWrapper& deliver_event_;
volatile int stop_;
« no previous file with comments | « no previous file | webrtc/video/video_capture_input.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698