Remove misspelled prototype
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 11 Jul 2010 08:35:13 +0000 (10:35 +0200)
committerArun Persaud <arun@nubati.net>
Wed, 14 Jul 2010 04:25:26 +0000 (21:25 -0700)
NewSettingEvent occurred, next to the correct one, in misspelled form.

backend.h

index 41a34dc..a5caec7 100644 (file)
--- 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));