mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
remove dead param
This commit is contained in:
parent
0b75a8cbd9
commit
c6db2aa8b9
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ CXWordsAppView::PositionBoard()
|
||||||
TInt scoreRight = rect.iBr.iX - 2 - 1; /* 2 for border */
|
TInt scoreRight = rect.iBr.iX - 2 - 1; /* 2 for border */
|
||||||
board_setScoreboardLoc( iGame.board, scoreLeft, scoreTop,
|
board_setScoreboardLoc( iGame.board, scoreLeft, scoreTop,
|
||||||
scoreRight - scoreLeft - 1, scoreHt, XP_FALSE );
|
scoreRight - scoreLeft - 1, scoreHt, XP_FALSE );
|
||||||
board_setYOffset( iGame.board, 0, XP_FALSE );
|
board_setYOffset( iGame.board, 0 );
|
||||||
|
|
||||||
board_setTrayLoc( iGame.board,
|
board_setTrayLoc( iGame.board,
|
||||||
2 + (15 * scaleBoardH) + 5, // to right of board
|
2 + (15 * scaleBoardH) + 5, // to right of board
|
||||||
|
|
Loading…
Reference in a new issue