mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
remove dead param
This commit is contained in:
parent
2c48033852
commit
c87132b416
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ cePositionBoard( CEAppGlobals* globals )
|
|||
CE_SCORE_TOP, scoreWidth,
|
||||
CE_SCORE_HEIGHT, XP_TRUE );
|
||||
board_setShowColors( globals->game.board, globals->appPrefs.showColors );
|
||||
board_setYOffset( globals->game.board, 0, XP_FALSE /* why bother */ );
|
||||
board_setYOffset( globals->game.board, 0 );
|
||||
|
||||
board_prefsChanged( globals->game.board, &globals->appPrefs.cp );
|
||||
|
||||
|
|
Loading…
Reference in a new issue