removed trailing whitespace
[xboard.git] / nengineoutput.c
index cf304a0..088cc1c 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.
  *
  * ------------------------------------------------------------------------
  *
@@ -69,7 +69,7 @@ extern char *getenv();
 int  windowMode = 1;
 
 char *mem1, *mem2; // dummies, as this dialog can never be OK'ed
-static int currentPV, highTextStart[2], highTextEnd[2];
+int highTextStart[2], highTextEnd[2];
 
 int MemoProc P((Option *opt, int n, int x, int y, char *text, int index));
 
@@ -192,4 +192,3 @@ EngineOutputProc ()
 {
   if (!PopDown(EngOutDlg)) EngineOutputPopUp();
 }
-