From f01a11057f3352330bacd411160db1c2a032a1dc Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 22 May 2017 13:55:02 +0200 Subject: Remove unused strtod function. --- include/mupdf/fitz/string-util.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/mupdf/fitz/string-util.h b/include/mupdf/fitz/string-util.h index c9c20c3d..b174539a 100644 --- a/include/mupdf/fitz/string-util.h +++ b/include/mupdf/fitz/string-util.h @@ -127,12 +127,11 @@ int fz_runelen(int rune); int fz_utflen(const char *s); /* - fz_strtod/fz_strtof: Locale-independent decimal to binary + fz_strtof: Locale-independent decimal to binary conversion. On overflow return (-)INFINITY and set errno to ERANGE. On underflow return 0 and set errno to ERANGE. Special inputs (case insensitive): "NAN", "INF" or "INFINITY". */ -double fz_strtod(const char *s, char **es); float fz_strtof(const char *s, char **es); /* -- cgit v1.2.3