From: H.G. Muller Date: Mon, 18 Feb 2013 09:25:40 +0000 (+0100) Subject: Remove checkbox for 'Move Sound' X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=0cb46dc54eb0934d05cd3b4559e583d81fa123c4;p=xboard.git Remove checkbox for 'Move Sound' This function is better controlled from the Sounds dialog. --- diff --git a/dialogs.c b/dialogs.c index 728075a..02edc74 100644 --- a/dialogs.c +++ b/dialogs.c @@ -371,7 +371,6 @@ static Option generalOptions[] = { { 0, 0, 0, NULL, (void*) &appData.hideThinkingFromHuman, "", NULL, CheckBox, N_("Hide Thinking from Human") }, { 0, 0, 0, NULL, (void*) &appData.highlightLastMove, "", NULL, CheckBox, N_("Highlight Last Move") }, { 0, 0, 0, NULL, (void*) &appData.highlightMoveWithArrow, "", NULL, CheckBox, N_("Highlight with Arrow") }, -{ 0, 0, 0, NULL, (void*) &appData.ringBellAfterMoves, "", NULL, CheckBox, N_("Move Sound") }, { 0, 0, 0, NULL, (void*) &appData.oneClick, "", NULL, CheckBox, N_("One-Click Moving") }, { 0, 0, 0, NULL, (void*) &appData.periodicUpdates, "", NULL, CheckBox, N_("Periodic Updates (in Analysis Mode)") }, { 0, SAME_ROW, 0, NULL, NULL, NULL, NULL, Break, "" },