From fb340bb430869706083dbbe24dd66857bd2c0509 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Sun, 11 Jul 2010 10:35:13 +0200 Subject: [PATCH] Remove misspelled prototype NewSettingEvent occurred, next to the correct one, in misspelled form. --- backend.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/backend.h b/backend.h index 41a34dc..a5caec7 100644 --- a/backend.h +++ b/backend.h @@ -171,7 +171,6 @@ void UserAdjudicationEvent P((int result)); void StopObservingEvent P((void)); void StopExaminingEvent P((void)); void PonderNextMoveEvent P((int newState)); -void NewSettingeEvent P((int option, char *command, int value)); void ShowThinkingEvent P(()); void PeriodicUpdatesEvent P((int newState)); void HintEvent P((void)); -- 1.7.0.4