| commit | f4878e59681f093179a3015dfd7cfd42c7b63d7c | [log] [tgz] |
|---|---|---|
| author | Magnus Jedvert <magjed@webrtc.org> | Wed Jun 29 09:43:00 2016 |
| committer | Magnus Jedvert <magjed@webrtc.org> | Wed Jun 29 09:43:13 2016 |
| tree | 6cf08023d2e23e3bc2931882c629809a6e625a76 | |
| parent | 37bb54eb2079bacc5003eda1b5b69126a9e3e516 [diff] |
VideoCapturerAndroid: Remove unused function getCameraThreadHandler R=sakal@webrtc.org Review URL: https://codereview.webrtc.org/2107803002 . Cr-Commit-Position: refs/heads/master@{#13319}
diff --git a/webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java b/webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java index 7e9d019..8f6f911 100644 --- a/webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java +++ b/webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java
@@ -577,11 +577,6 @@ frameObserver.onOutputFormatRequest(width, height, framerate); } - // Exposed for testing purposes only. - Handler getCameraThreadHandler() { - return cameraThreadHandler; - } - private int getDeviceOrientation() { int orientation = 0;