dictionary: Get rid of next_value_idx.
[pspp] / src / data / dictionary.h
index 9a4e8bf1c9c8f8f881dc1acf4864d328ee60a7c2..092a2b23e805baeac5c6494be8904a180498b1cd 100644 (file)
@@ -114,8 +114,6 @@ void dict_set_case_limit (struct dictionary *, casenumber);
 
 /* Size of cases for this dictionary. */
 const struct caseproto *dict_get_proto (const struct dictionary *);
-int dict_get_next_value_idx (const struct dictionary *);
-size_t dict_get_case_size (const struct dictionary *);
 
 /* Making this dictionary's cases smaller (if some variables were
    deleted). */