From f4878e59681f093179a3015dfd7cfd42c7b63d7c Mon Sep 17 00:00:00 2001 From: Magnus Jedvert Date: Wed, 29 Jun 2016 11:43:00 +0200 Subject: [PATCH] VideoCapturerAndroid: Remove unused function getCameraThreadHandler R=sakal@webrtc.org Review URL: https://codereview.webrtc.org/2107803002 . Cr-Commit-Position: refs/heads/master@{#13319} --- webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java b/webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java index 7e9d019825..8f6f911b1d 100644 --- a/webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java +++ b/webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java @@ -577,11 +577,6 @@ public class VideoCapturerAndroid implements frameObserver.onOutputFormatRequest(width, height, framerate); } - // Exposed for testing purposes only. - Handler getCameraThreadHandler() { - return cameraThreadHandler; - } - private int getDeviceOrientation() { int orientation = 0;