mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-07 20:46:17 +01:00
remove unused variable
This commit is contained in:
parent
cd14001db1
commit
4f43acf9cb
1 changed files with 1 additions and 2 deletions
|
@ -121,7 +121,6 @@ public class BTService extends XWService {
|
|||
int m_lang;
|
||||
String m_dict;
|
||||
int m_nPlayersT;
|
||||
int m_nPlayersH;
|
||||
NetLaunchInfo m_nli;
|
||||
|
||||
public BTQueueElem( BTCmd cmd ) { m_cmd = cmd; m_failCount = 0; }
|
||||
|
@ -838,7 +837,7 @@ public class BTService extends XWService {
|
|||
outStream.writeShort( nliData.length );
|
||||
outStream.write( nliData, 0, nliData.length );
|
||||
}
|
||||
DbgUtils.logi( TAG, "<eeh>sending invite for %d players", elem.m_nPlayersH );
|
||||
DbgUtils.logi( TAG, "<eeh>sending invite" );
|
||||
outStream.flush();
|
||||
|
||||
DataInputStream inStream =
|
||||
|
|
Loading…
Add table
Reference in a new issue