mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
kill log statement
This commit is contained in:
parent
340642d8a5
commit
22b06909b4
1 changed files with 0 additions and 2 deletions
|
@ -103,8 +103,6 @@ drawTray( BoardCtxt* board, XP_Bool focussed )
|
||||||
XP_Rect tileRect;
|
XP_Rect tileRect;
|
||||||
short i;
|
short i;
|
||||||
|
|
||||||
XP_LOGF( "drawTray" );
|
|
||||||
|
|
||||||
if ( (board->trayInvalBits != 0) || board->dividerInvalid ) {
|
if ( (board->trayInvalBits != 0) || board->dividerInvalid ) {
|
||||||
XP_S16 turn = board->selPlayer;
|
XP_S16 turn = board->selPlayer;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue