X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire.c;h=bd123970e5df9ca801400ad23aa4e48e3f392ff0;hb=d908f52b818f4fdf2ab23797756812ec2986bd2b;hp=06b1488762f9ba195e98210291b9041619996b51;hpb=e850a37743edb8035b15c4ed313a2b8fdafdc696;p=pspp-builds.git diff --git a/src/ui/gui/psppire.c b/src/ui/gui/psppire.c index 06b14887..bd123970 100644 --- a/src/ui/gui/psppire.c +++ b/src/ui/gui/psppire.c @@ -58,12 +58,6 @@ static void create_icon_factory (void); struct source_stream *the_source_stream ; struct dataset * the_dataset = NULL; -static void -replace_dictionary (struct dictionary *d) -{ - psppire_dict_replace_dictionary (the_data_store->dict, d); -} - static void replace_casereader (struct casereader *s) @@ -96,9 +90,7 @@ initialize (void) fn_getenv_default ("STAT_INCLUDE_PATH", include_path) ); - the_dataset = create_dataset (replace_casereader, - replace_dictionary); - + the_dataset = create_dataset (NULL, NULL); message_dialog_init (the_source_stream);