Index: webrtc/api/androidtests/src/org/webrtc/PeerConnectionTest.java |
diff --git a/webrtc/api/androidtests/src/org/webrtc/PeerConnectionTest.java b/webrtc/api/androidtests/src/org/webrtc/PeerConnectionTest.java |
index ff98d7d96afc6e9bdac77efc6cf432e8bfe9d29d..bbaa15287e82330c264791bd1286896ee72ab52b 100644 |
--- a/webrtc/api/androidtests/src/org/webrtc/PeerConnectionTest.java |
+++ b/webrtc/api/androidtests/src/org/webrtc/PeerConnectionTest.java |
@@ -109,9 +109,6 @@ |
} |
} |
- @Override |
- public void onIceCandidatesRemoved(IceCandidate[] candidates) {} |
- |
public synchronized void setExpectedResolution(int width, int height) { |
expectedWidth = width; |
expectedHeight = height; |