gui: Avoid creating empty output window at startup time.
[pspp] / src / ui / gui / psppire-syntax-window.h
index 08f5a7c5b2190246c9691a43b191b25b8f81484a..661aaa766966179ad73017521f45acd9a3f97a0d 100644 (file)
 
 #include <glib.h>
 #include <glib-object.h>
-#include <gtk/gtkaction.h>
-#include <gtk/gtktextbuffer.h>
-#include "psppire-window.h"
 #include <gtk/gtk.h>
+#include "psppire-window.h"
 
 G_BEGIN_DECLS
 
@@ -48,7 +46,6 @@ struct _PsppireSyntaxWindow
   /* <private> */
 
   GtkTextBuffer *buffer;  /* The buffer which contains the text */
-  struct lexer *lexer;    /* Lexer to parse syntax */
   GtkWidget *sb;
   guint text_context;