Remove callbacks from struct dataset. Closes patch #6075
[pspp-builds.git] / src / ui / gui / psppire.c
index 739fb19153513396473a82ff0ef5ee89b7a8aa43..ff155d68fe71cc66e97dff9572a06435adae7045 100644 (file)
@@ -92,7 +92,7 @@ initialize (void)
                          fn_getenv_default ("STAT_INCLUDE_PATH", include_path)
                          );
 
-  the_dataset = create_dataset (NULL, NULL);
+  the_dataset = create_dataset ();
 
 
   message_dialog_init (the_source_stream);