X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xaw%2Fxengineoutput.c;h=1a63866545bcbf7d9916da6629468bc2cf437af8;hb=4ea709920881b5de5334e1096f7d00589df0273b;hp=78269b870e7cfc62b1eb61a963e82c40f4c778ae;hpb=e6f4f8fdada1a701e4be2e4807920dbcad697fb1;p=xboard.git diff --git a/xaw/xengineoutput.c b/xaw/xengineoutput.c index 78269b8..1a63866 100644 --- a/xaw/xengineoutput.c +++ b/xaw/xengineoutput.c @@ -5,7 +5,7 @@ * * Copyright 2005 Alessandro Scotti * - * Enhancements Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Enhancements Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * @@ -97,7 +97,7 @@ extern char *getenv(); /* Module variables */ -static int currentPV, highTextStart[2], highTextEnd[2]; +static int currentPV; static Pixmap icons[8]; // [HGM] this front-end array translates back-end icon indicator to handle static Widget memoWidget; @@ -283,4 +283,3 @@ ResizeWindowControls (int mode) XtSetValues(form2, args, j); } } -