Index: webrtc/api/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java |
diff --git a/webrtc/api/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java b/webrtc/api/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java |
index 11b6366ac290247192086b62b9c8a508e3663997..7c9872d25fb1ff17d6bc07c0888c584a98ac2728 100644 |
--- a/webrtc/api/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java |
+++ b/webrtc/api/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java |
@@ -89,15 +89,6 @@ public class VideoCapturerAndroidTest extends ActivityTestCase { |
} |
@SmallTest |
- public void testStartVideoCapturerUsingTexturesDeprecated() throws InterruptedException { |
- EglBase eglBase = EglBase.create(); |
- VideoCapturerAndroid capturer = |
- VideoCapturerAndroid.create("", null, eglBase.getEglBaseContext()); |
- VideoCapturerAndroidTestFixtures.startCapturerAndRender(capturer); |
- eglBase.release(); |
- } |
- |
- @SmallTest |
public void testStartVideoCapturerUsingTextures() throws InterruptedException { |
VideoCapturerAndroid capturer = |
VideoCapturerAndroid.create("", null, true /* captureToTexture */); |