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

Unified Diff: webrtc/api/androidvideocapturer.h

Issue 2104813003: AndroidVideoCapturer: Remove unused member variable (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 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/api/androidvideocapturer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/androidvideocapturer.h
diff --git a/webrtc/api/androidvideocapturer.h b/webrtc/api/androidvideocapturer.h
index bd0dd7c304bbda050f34fa67fcde72a89a1f484f..24294efc13fac415dfb71120a650a1336865e8d3 100644
--- a/webrtc/api/androidvideocapturer.h
+++ b/webrtc/api/androidvideocapturer.h
@@ -77,8 +77,6 @@ class AndroidVideoCapturer : public cricket::VideoCapturer {
rtc::scoped_refptr<AndroidVideoCapturerDelegate> delegate_;
rtc::ThreadChecker thread_checker_;
-
- cricket::CaptureState current_state_;
};
} // namespace webrtc
« no previous file with comments | « no previous file | webrtc/api/androidvideocapturer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698