VideoCapturerAndroid: Remove unused function getCameraThreadHandler

R=sakal@webrtc.org

Review URL: https://codereview.webrtc.org/2107803002 .

Cr-Commit-Position: refs/heads/master@{#13319}
This commit is contained in:
Magnus Jedvert
2016-06-29 11:43:00 +02:00
parent 37bb54eb20
commit f4878e5968

View File

@ -577,11 +577,6 @@ public class VideoCapturerAndroid implements
frameObserver.onOutputFormatRequest(width, height, framerate); frameObserver.onOutputFormatRequest(width, height, framerate);
} }
// Exposed for testing purposes only.
Handler getCameraThreadHandler() {
return cameraThreadHandler;
}
private int getDeviceOrientation() { private int getDeviceOrientation() {
int orientation = 0; int orientation = 0;