Remove some unused variables
[pspp-builds.git] / src / ui / gui / psppire-output-window.c
index 7f7d2765a78fbe46a65887105fbaa6777ae9ad61..106b4ad0adcdf1ae5a9bc1eea5b045b026d61434 100644 (file)
@@ -298,7 +298,7 @@ reload_viewer (PsppireOutputWindow *ow)
   GtkTextIter end_iter;
   GtkTextMark *mark ;
 
-  static char *line = NULL;
+  char *line = NULL;
 
   gboolean chars_inserted = FALSE;