pivot-table: Allow all pivot_value formatting functions to use defaults.
[pspp] / src / output / pivot-table.h
index e374596184889f107ba2ecdfef60f44b3be671c8..1428a921d754795e21a6f21e8483b46415bfcbb0 100644 (file)
@@ -770,7 +770,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 *,