From 177f117f792a71a016c3d13e6c45161d0f45dd70 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Tue, 16 Oct 2012 12:08:25 +0200 Subject: [PATCH] Remove caveat on available pieces fromNew Variant dialog In the cairo version all pieces are available at all board sizes. --- dialogs.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) 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 , "" } }; -- 1.7.0.4