X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire.c;h=f0041eba4ec07b0f57ff072226a8695f54338600;hb=13e7983c183d6448d09cd8ed9644351b676af4d3;hp=59dde1b082f44fe96191361a16bb01db33cd6c3d;hpb=a486e7cbf4f95d19bb208796e4c92a040cf48f65;p=pspp-builds.git diff --git a/src/ui/gui/psppire.c b/src/ui/gui/psppire.c index 59dde1b0..f0041eba 100644 --- a/src/ui/gui/psppire.c +++ b/src/ui/gui/psppire.c @@ -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);