Remove callbacks from struct dataset. Closes patch #6075
[pspp-builds.git] / src / ui / terminal / main.c
index 9375ffc62960317cb7825fcfa0189a82e1a3ccb5..66fedf04fd900d9c97427f023b7583ab334b1035 100644 (file)
@@ -107,7 +107,7 @@ main (int argc, char **argv)
   settings_init ();
   random_init ();
 
-  the_dataset = create_dataset (NULL, NULL);
+  the_dataset = create_dataset ();
 
   if (parse_command_line (argc, argv, the_source_stream))
     {