mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-04 06:56:06 +00:00
Remove unused (and unsafe) function on the ConnectionStatusListener
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package com.limelight.nvstream.av;
|
||||
|
||||
public interface ConnectionStatusListener {
|
||||
public void connectionTerminated();
|
||||
|
||||
public void connectionDetectedFrameLoss(int firstLostFrame, int nextSuccessfulFrame);
|
||||
|
||||
public void connectionSinkTooSlow(int firstLostFrame, int nextSuccessfulFrame);
|
||||
|
||||
@@ -655,10 +655,6 @@ public class ControlStream implements ConnectionStatusListener, InputPacketSende
|
||||
}
|
||||
}
|
||||
|
||||
public void connectionTerminated() {
|
||||
abort();
|
||||
}
|
||||
|
||||
private void resyncConnection(int firstLostFrame, int nextSuccessfulFrame) {
|
||||
invalidReferenceFrameTuples.add(new int[]{firstLostFrame, nextSuccessfulFrame});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user