Redo VFM interface. Get rid of compaction_necessary, compaction_nval,
[pspp-builds.git] / src / matrix-data.c
index 98fcd4ff2c584e4b2841470a0521af622a0cea7a..81229b3319c548652016cf52f654847842346fd4 100644 (file)
@@ -1032,7 +1032,7 @@ read_matrices_without_rowtype (struct matrix_data_pgm *mx)
   vfm_source = create_case_source (&matrix_data_without_rowtype_source_class,
                                    default_dict, mx);
   
-  procedure (NULL, NULL, NULL, NULL);
+  procedure (NULL, NULL);
 
   free (split_values);
   free (nr_factor_values);
@@ -1556,7 +1556,7 @@ read_matrices_with_rowtype (struct matrix_data_pgm *mx)
   vfm_source = create_case_source (&matrix_data_with_rowtype_source_class,
                                    default_dict, mx);
   
-  procedure (NULL, NULL, NULL, NULL);
+  procedure (NULL, NULL);
 
   free (split_values);
   fh_close_handle (mx->data_file);