When inserting new cases into the data sheet, initialise them with blank/SYSMIS
[pspp] / src / ui / gui / psppire-dict.h
index 173ed486973613d8c6543b822f28394bfd50d6b4..96753ab5dcd7bc0d6a91237bcfb84e1751066471 100644 (file)
@@ -72,11 +72,6 @@ PsppireDict*     psppire_dict_new_from_dict (struct dictionary *d);
 void           psppire_dict_set_name (PsppireDict* s, gint idx, const gchar *name);
 void           psppire_dict_delete_var (PsppireDict *s, gint idx);
 
-/* Return the variable indexed by IDX.
-   returns NULL if IDX is not valid.
-*/
-struct variable *psppire_dict_get_var(PsppireDict *d, gint idx);
-
 /* Return the number of variables in the dictionary */
 gint psppire_dict_get_var_cnt(const PsppireDict *d);