X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fformat.h;h=c97f46c5f78b09d98cc173e24757dbc805acccc1;hb=86eb95d2cd8b0acde9ace8fb02f3201001a9dedf;hp=79fda025f054c91b3ae7591b0ce86a9e2c4d7c3c;hpb=9588420054e809c99f1232682a270a619bdd032f;p=pspp diff --git a/src/data/format.h b/src/data/format.h index 79fda025f0..c97f46c5f7 100644 --- a/src/data/format.h +++ b/src/data/format.h @@ -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 *);