DISPLAY: Fix crash bugs in DISPLAY INDEX and DISPLAY NAMES.
[pspp] / src / data / vardict.h
index 76e1c05c8ae495f3a381f21bc2a9d9ca135fd897..ecef88274bf26bfc13c063906f142fc098307a6a 100644 (file)
@@ -40,8 +40,6 @@ void var_clear_vardict (struct variable *);
 
 /* Called by variable.c, defined in dictionary.c. */
 void dict_var_changed (const struct variable *v, unsigned int what, struct variable *ov);
-void dict_var_resized (const struct variable *v, int old_width);
-void dict_var_display_width_changed (const struct variable *v);
 
 int vardict_get_dict_index (const struct vardict_info *);