dataset: Remove unused types and useless struct forward declaration.
[pspp-builds.git] / src / data / procedure.h
index ad45a53720052ba9d784d6eb7b1aea27ec175f47..0b5ded14f4a0b184dd78f59bd45667aed837dbc0 100644 (file)
@@ -47,10 +47,6 @@ bool proc_cancel_temporary_transformations (struct dataset *ds);
 \f
 /* Procedures. */
 
-struct dictionary ;
-typedef void  replace_source_callback (struct casereader *);
-typedef void  replace_dictionary_callback (struct dictionary *);
-
 typedef void transformation_change_callback_func (bool non_empty, void *aux);
 
 struct dataset * create_dataset (void);