cleanup: remove unused interface

This commit is contained in:
Eric House 2024-01-15 09:24:41 -08:00
parent 7f3572c96e
commit 144b68cbd5

View file

@ -73,14 +73,6 @@ public class GameUtils {
void onResendDone( Context context, int numSent );
}
interface NeedRematchOrder {
// Return null if unable to produce it immediately. Implementation may
// want to start a query at the same time and from its
// ok-button-handler call makeRematch() again with a different
// implementation that simply returns a cached RematchOrder
RematchOrder getRematchOrder();
}
private static Integer s_minScreen;
// Used to determine whether to resend all messages on networking coming
// back up. The length of the array determines the number of times in the