pivot-table: Allow all pivot_value formatting functions to use defaults.
[pspp] / src / output / pivot-table.h
index f2125c7058b3c103e09a3909a39be019c0cca337..630547ebaf755c43c40b0e8c21d41b7e433d11b2 100644 (file)
@@ -821,7 +821,6 @@ void pivot_value_set_rc (const struct pivot_table *, struct pivot_value *,
 /* Converting a pivot_value to a string for display. */
 char *pivot_value_to_string (const struct pivot_value *,
                              const struct pivot_table *);
-char *pivot_value_to_string_defaults (const struct pivot_value *);
 bool pivot_value_format (const struct pivot_value *,
                          const struct pivot_table *, struct string *);
 bool pivot_value_format_body (const struct pivot_value *,