Remove num_to_string() function, because it is not used anywhere.
[pspp-builds.git] / src / data / format.h
index b720055575ebd47299c3f164bb06cd1dc79a9e53..2c7074d24adb8be393aeb566f44e7662d2dfd4fa 100644 (file)
@@ -121,7 +121,6 @@ int translate_fmt (int spss);
 bool data_out (char *s, const struct fmt_spec *fp, const union value *v);
 bool fmt_type_from_string (const char *name, int *type);
 char *fmt_to_string (const struct fmt_spec *);
-void num_to_string (double v, char *s, int w, int d);
 struct fmt_spec make_input_format (int type, int w, int d);
 struct fmt_spec make_output_format (int type, int w, int d);
 bool fmt_is_binary (int type);