From c6db2aa8b9a150176169ab4de8eed5cf9d8052ba Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 23 Jan 2005 06:03:34 +0000 Subject: [PATCH] remove dead param --- symbian/src/xwappview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symbian/src/xwappview.cpp b/symbian/src/xwappview.cpp index 0749916b5..3ed1eaa05 100644 --- a/symbian/src/xwappview.cpp +++ b/symbian/src/xwappview.cpp @@ -553,7 +553,7 @@ CXWordsAppView::PositionBoard() TInt scoreRight = rect.iBr.iX - 2 - 1; /* 2 for border */ board_setScoreboardLoc( iGame.board, scoreLeft, scoreTop, scoreRight - scoreLeft - 1, scoreHt, XP_FALSE ); - board_setYOffset( iGame.board, 0, XP_FALSE ); + board_setYOffset( iGame.board, 0 ); board_setTrayLoc( iGame.board, 2 + (15 * scaleBoardH) + 5, // to right of board