Added some extraneous crud to .cvsignore files
[pspp-builds.git] / src / ui / gui / psppire.c
index 59dde1b082f44fe96191361a16bb01db33cd6c3d..f0041eba4ec07b0f57ff072226a8695f54338600 100644 (file)
@@ -78,7 +78,6 @@ PsppireVarStore *the_var_store = 0;
 void create_icon_factory (void);
 
 struct source_stream *the_source_stream ;
-struct lexer *the_lexer;
 struct dataset * the_dataset = NULL;
 
 
@@ -130,8 +129,6 @@ main(int argc, char *argv[])
                          fn_getenv_default ("STAT_INCLUDE_PATH", include_path)
                          );
 
-  the_lexer = lex_create (the_source_stream);
-
   the_dataset = create_dataset (factory);
 
   message_dialog_init (the_source_stream);