From 0cb46dc54eb0934d05cd3b4559e583d81fa123c4 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Mon, 18 Feb 2013 10:25:40 +0100 Subject: [PATCH] Remove checkbox for 'Move Sound' This function is better controlled from the Sounds dialog. --- dialogs.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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, "" }, -- 1.7.0.4