From 639feb8965a7b77dbe9e0a7b7e3e7c719e3dee60 Mon Sep 17 00:00:00 2001 From: Andy2 Date: Sat, 17 Jul 2010 06:23:14 -0700 Subject: [PATCH] nuke extra line -- change I forgot to save --- xwords4/common/board.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xwords4/common/board.c b/xwords4/common/board.c index 0d821207d..e707d11a8 100644 --- a/xwords4/common/board.c +++ b/xwords4/common/board.c @@ -421,7 +421,6 @@ board_prefsChanged( BoardCtxt* board, CommonPrefs* cp ) board->disableArrow = !cp->showBoardArrow; board->hideValsInTray = cp->hideTileValues; board->skipCommitConfirm = cp->skipCommitConfirm; - board->allowPeek = cp->allowPeek; board->showColors = cp->showColors; board->allowPeek = cp->allowPeek;