mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
comment out unused command
This commit is contained in:
parent
60814264e7
commit
082e6a61f7
1 changed files with 4 additions and 4 deletions
|
@ -77,7 +77,7 @@ public class JNIThread extends Thread {
|
|||
CMD_COUNTS_VALUES,
|
||||
CMD_REMAINING,
|
||||
CMD_RESEND,
|
||||
CMD_ACKANY,
|
||||
// CMD_ACKANY,
|
||||
CMD_HISTORY,
|
||||
CMD_FINAL,
|
||||
CMD_ENDGAME,
|
||||
|
@ -497,9 +497,9 @@ public class JNIThread extends Thread {
|
|||
XwJNI.comms_resendAll( m_jniGamePtr,
|
||||
((Boolean)args[0]).booleanValue() );
|
||||
break;
|
||||
case CMD_ACKANY:
|
||||
XwJNI.comms_ackAny( m_jniGamePtr );
|
||||
break;
|
||||
// case CMD_ACKANY:
|
||||
// XwJNI.comms_ackAny( m_jniGamePtr );
|
||||
// break;
|
||||
|
||||
case CMD_HISTORY:
|
||||
boolean gameOver = XwJNI.server_getGameIsOver( m_jniGamePtr );
|
||||
|
|
Loading…
Reference in a new issue