X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=menus.h;h=bc6c50427e3078cf9268d92eb4702324319d7230;hb=4ea709920881b5de5334e1096f7d00589df0273b;hp=7cea0b3cdb4e52f308b6277d3b2683f4195e1bb3;hpb=0d88b7c20af19de163b648898ec8d3ed4c31d796;p=xboard.git diff --git a/menus.h b/menus.h index 7cea0b3..bc6c504 100644 --- a/menus.h +++ b/menus.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: @@ -52,7 +52,6 @@ typedef void MenuProc P((void)); -typedef int (*FileProc) P((FILE *f, int n, char *title)); typedef struct { char *string; @@ -74,7 +73,6 @@ typedef struct { extern Menu menuBar[]; -void MarkMenuItem P((char *menuRef, int state)); void ErrorPopUp P((char *title, char *text, int modal)); void AppendEnginesToMenu P((char *list)); void LoadGameProc P((void)); @@ -196,4 +194,3 @@ extern int firstEngineItem; #define OPTIONSDIALOG #define INFOFILE "xboard.info" -