From: H.G. Muller Date: Fri, 15 Apr 2011 13:47:09 +0000 (+0200) Subject: Remove outline-pieces option from board-options dialog X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=fc750721a9bcb72acdaab32a09fe651c5ba5bb72;p=xboard.git Remove outline-pieces option from board-options dialog This option does not exist in XBoard (yet). --- diff --git a/xoptions.c b/xoptions.c index 1d51738..ec9a81b 100644 --- a/xoptions.c +++ b/xoptions.c @@ -1197,7 +1197,7 @@ Option boardOptions[] = { { 3, 1, 0, NULL, (void*) &AdjustColor, NULL, NULL, Button, "B" }, { 4, 1, 0, NULL, (void*) &AdjustColor, NULL, NULL, Button, "D" }, { 0, 0, 0, NULL, (void*) &appData.upsideDown, "", NULL, CheckBox, _("Flip Pieces Shogi Style (Colored buttons restore default)") }, -{ 0, 0, 0, NULL, (void*) &appData.allWhite, "", NULL, CheckBox, _("Use Outline Pieces for Black") }, +//{ 0, 0, 0, NULL, (void*) &appData.allWhite, "", NULL, CheckBox, _("Use Outline Pieces for Black") }, { 0, 0, 0, NULL, (void*) &appData.monoMode, "", NULL, CheckBox, _("Mono Mode") }, { 0,-1, 5, NULL, (void*) &appData.overrideLineGap, "", NULL, Spin, _("Line Gap ( -1 = default for board size):") }, { 0, 0, 0, NULL, (void*) &appData.liteBackTextureFile, "", NULL, FileName, _("Light-Squares Texture File:") },