lexer: Reimplement for better testability and internationalization.
[pspp-builds.git] / src / ui / gui / psppire-syntax-window.h
index 08f5a7c5b2190246c9691a43b191b25b8f81484a..2b1fe03f4d00894fc1af62e5b063873759a69f9f 100644 (file)
@@ -48,7 +48,6 @@ struct _PsppireSyntaxWindow
   /* <private> */
 
   GtkTextBuffer *buffer;  /* The buffer which contains the text */
-  struct lexer *lexer;    /* Lexer to parse syntax */
   GtkWidget *sb;
   guint text_context;