X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=dialogs.c;h=773a30533d476724ee678a96c55e1bb14eddf312;hb=177f117f792a71a016c3d13e6c45161d0f45dd70;hp=a826a37becab908306466628dccd627e831c7576;hpb=89765faf3da5d11d2113bdf25ef13f936d118589;p=xboard.git diff --git a/dialogs.c b/dialogs.c index a826a37..773a305 100644 --- a/dialogs.c +++ b/dialogs.c @@ -439,12 +439,6 @@ static Option variantDescriptors[] = { { 0, -1, BOARD_RANKS-1, NULL, (void*) &appData.NrRanks, "", NULL, Spin, N_("Number of Board Ranks:") }, { 0, -1, BOARD_FILES, NULL, (void*) &appData.NrFiles, "", NULL, Spin, N_("Number of Board Files:") }, { 0, -1, BOARD_RANKS-1, NULL, (void*) &appData.holdingsSize, "", NULL, Spin, N_("Holdings Size:") }, -{ 0, 0, 0, NULL, NULL, NULL, NULL, Label, - N_("WARNING: variants with un-orthodox\n" - "pieces only have built-in bitmaps\n" - "for -boardSize middling, bulky and\n" - "petite, and substitute king or amazon\n" - "for missing bitmaps. (See manual.)")}, { 0, NO_OK, 0, NULL, NULL, "", NULL, EndMark , "" } };