| Index: webrtc/api/android/java/src/org/webrtc/ScreenCapturerAndroid.java
|
| diff --git a/webrtc/api/android/java/src/org/webrtc/ScreenCapturerAndroid.java b/webrtc/api/android/java/src/org/webrtc/ScreenCapturerAndroid.java
|
| index f162cba950056f034beddb57d8ba62434526c0f4..bd5f303aab42966c242027bc7e2836d87e1bcd08 100644
|
| --- a/webrtc/api/android/java/src/org/webrtc/ScreenCapturerAndroid.java
|
| +++ b/webrtc/api/android/java/src/org/webrtc/ScreenCapturerAndroid.java
|
| @@ -99,15 +99,6 @@ public class ScreenCapturerAndroid implements
|
| applicationContext.getSystemService(Context.MEDIA_PROJECTION_SERVICE);
|
| }
|
|
|
| - /**
|
| - * This method is not called by native code, neither by the java app. It can be removed later
|
| - * once it is removed from the VideoCapturer interface.
|
| - */
|
| - @Override
|
| - public List<CameraEnumerationAndroid.CaptureFormat> getSupportedFormats() {
|
| - return null;
|
| - }
|
| -
|
| @Override
|
| public synchronized void startCapture(final int width, final int height,
|
| final int ignoredFramerate) {
|
|
|