X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fvardict.h;h=ecef88274bf26bfc13c063906f142fc098307a6a;hb=d26105c398be227dc38668ce3e742c31adef15f7;hp=76e1c05c8ae495f3a381f21bc2a9d9ca135fd897;hpb=960895696ee774cfe824b3d0f25b6325f7277fd8;p=pspp diff --git a/src/data/vardict.h b/src/data/vardict.h index 76e1c05c8a..ecef88274b 100644 --- a/src/data/vardict.h +++ b/src/data/vardict.h @@ -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 *);