From: H.G. Muller Date: Sun, 11 Jul 2010 08:35:13 +0000 (+0200) Subject: Remove misspelled prototype X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=fb340bb430869706083dbbe24dd66857bd2c0509 Remove misspelled prototype NewSettingEvent occurred, next to the correct one, in misspelled form. --- 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));