From f4cb197ad36f5ea3ab834abb41d2641daf152622 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 7 May 2018 16:46:16 +0200 Subject: Purge unused functions. --- include/mupdf/fitz/string-util.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/mupdf/fitz/string-util.h') diff --git a/include/mupdf/fitz/string-util.h b/include/mupdf/fitz/string-util.h index 13941d62..fdf47c86 100644 --- a/include/mupdf/fitz/string-util.h +++ b/include/mupdf/fitz/string-util.h @@ -141,13 +141,6 @@ int fz_utflen(const char *s); */ float fz_strtof(const char *s, char **es); -/* - fz_strtof_no_exp: Like fz_strtof, but does not recognize exponent - format. So fz_strtof_no_exp("1.5e20", &tail) will return 1.5 and tail - will point to "e20". -*/ - -float fz_strtof_no_exp(const char *string, char **tailptr); /* fz_grisu: Compute decimal integer m, exp such that: f = m * 10^exp -- cgit v1.2.3