mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
remove unneeded param
This commit is contained in:
parent
b5f09c1dd2
commit
83e24bb9fa
1 changed files with 1 additions and 4 deletions
|
@ -525,10 +525,7 @@ palm_ir_receiveMove( PalmAppGlobals* globals, ExgSocketPtr socket )
|
|||
(void)ExgDisconnect( socket, err );
|
||||
|
||||
if ( nBytesReceived == 0 ) { /* successful loop exit */
|
||||
|
||||
CommsAddrRec rec;
|
||||
rec.conType = COMMS_CONN_IR;
|
||||
checkAndDeliver( globals, instream, &rec );
|
||||
checkAndDeliver( globals, instream );
|
||||
}
|
||||
}
|
||||
} /* palm_ir_receiveMove */
|
||||
|
|
Loading…
Add table
Reference in a new issue