format: Make fmt_number_style_init(), fmt_number_style_destroy() static.
[pspp] / src / data / format.h
index 79fda025f054c91b3ae7591b0ce86a9e2c4d7c3c..c97f46c5f78b09d98cc173e24757dbc805acccc1 100644 (file)
@@ -146,8 +146,6 @@ const char *fmt_date_template (enum fmt_type) PURE_FUNCTION;
    struct fmt_number_style. */
 #define FMT_STYLE_AFFIX_MAX 16
 
-void fmt_number_style_destroy (struct fmt_number_style *);
-
 int fmt_affix_width (const struct fmt_number_style *);
 int fmt_neg_affix_width (const struct fmt_number_style *);