Merge commit 'origin/covariance'
[pspp-builds.git] / src / data / variable.h
index f1a4c8728ad6ea75e96cbd77f90c101f21763dd1..524a6be2be0d73c60b376aeb510079f0ad512ea3 100644 (file)
@@ -166,11 +166,6 @@ void var_clear_aux (struct variable *);
 void *var_detach_aux (struct variable *);
 void var_dtor_free (struct variable *);
 
-/* Observed categorical values. */
-struct cat_vals *var_get_obs_vals (const struct variable *);
-void var_set_obs_vals (const struct variable *, struct cat_vals *);
-bool var_has_obs_vals (const struct variable *);
-
 /* Custom attributes. */
 struct attrset *var_get_attributes (const struct variable *);
 void var_set_attributes (struct variable *, const struct attrset *);