mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +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_COUNTS_VALUES,
|
||||||
CMD_REMAINING,
|
CMD_REMAINING,
|
||||||
CMD_RESEND,
|
CMD_RESEND,
|
||||||
CMD_ACKANY,
|
// CMD_ACKANY,
|
||||||
CMD_HISTORY,
|
CMD_HISTORY,
|
||||||
CMD_FINAL,
|
CMD_FINAL,
|
||||||
CMD_ENDGAME,
|
CMD_ENDGAME,
|
||||||
|
@ -497,9 +497,9 @@ public class JNIThread extends Thread {
|
||||||
XwJNI.comms_resendAll( m_jniGamePtr,
|
XwJNI.comms_resendAll( m_jniGamePtr,
|
||||||
((Boolean)args[0]).booleanValue() );
|
((Boolean)args[0]).booleanValue() );
|
||||||
break;
|
break;
|
||||||
case CMD_ACKANY:
|
// case CMD_ACKANY:
|
||||||
XwJNI.comms_ackAny( m_jniGamePtr );
|
// XwJNI.comms_ackAny( m_jniGamePtr );
|
||||||
break;
|
// break;
|
||||||
|
|
||||||
case CMD_HISTORY:
|
case CMD_HISTORY:
|
||||||
boolean gameOver = XwJNI.server_getGameIsOver( m_jniGamePtr );
|
boolean gameOver = XwJNI.server_getGameIsOver( m_jniGamePtr );
|
||||||
|
|
Loading…
Reference in a new issue