X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xboard.c;h=dfe70cdba42834cce337e84735d153108675689b;hb=7fb56edee87ea24c7b2b6b0065e73e5053650383;hp=982c373ef7f38df08a2726cfb570c86cd1966ffc;hpb=a58df46e1b619e6d5be974896e5b457ed4b37b23;p=xboard.git diff --git a/xboard.c b/xboard.c index 982c373..dfe70cd 100644 --- a/xboard.c +++ b/xboard.c @@ -1897,7 +1897,6 @@ XtActionsRec boardActions[] = { { "TagsPopDown", (XtActionProc) TagsPopDown }, { "ErrorPopDown", (XtActionProc) ErrorPopDown }, { "ICSInputBoxPopDown", (XtActionProc) ICSInputBoxPopDown }, - { "EngineOutputPopDown", (XtActionProc) EngineOutputPopDown }, { "FileNamePopDown", (XtActionProc) FileNamePopDown }, { "AskQuestionPopDown", (XtActionProc) AskQuestionPopDown }, { "GameListPopDown", (XtActionProc) GameListPopDown }, @@ -6253,7 +6252,6 @@ void ResetProc(w, event, prms, nprms) Cardinal *nprms; { ResetGameEvent(); - EngineOutputPopDown(); } int LoadGamePopUp(f, gameNumber, title)