removed trailing whitespace
[xboard.git] / xaw / xengineoutput.c
index 78269b8..1a63866 100644 (file)
@@ -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);
     }
 }
-