Redo VFM interface. Get rid of compaction_necessary, compaction_nval,
[pspp-builds.git] / src / vfmP.h
index d29200ea0545fd00fa7254770cdbf991e66e4650..86140401f93ce3619967a7f590ccb6bae2d9b5c5 100644 (file)
 
 #include "var.h"
 
-/* Nonzero if the case needs to have values deleted before being
-   stored, zero otherwise. */
-extern int compaction_necessary;
-
-/* Number of values after compaction. */
-extern int compaction_nval;
-
-/* Temporary case buffer with enough room for `compaction_nval'
-   `value's. */
-extern struct ccase *compaction_case;
-
-void compact_case (struct ccase *dest, const struct ccase *src);
-
 #endif /* !vfmP_h */