mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
cleanup: remove unused interface
This commit is contained in:
parent
7f3572c96e
commit
144b68cbd5
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue