From 177f4b7d403d568293ecd101dc4ed227228dc450 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 12 Oct 2016 14:47:40 +0200 Subject: Remove unused function. --- source/xps/xps-glyphs.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source') diff --git a/source/xps/xps-glyphs.c b/source/xps/xps-glyphs.c index dc414f57..242c4dd2 100644 --- a/source/xps/xps-glyphs.c +++ b/source/xps/xps-glyphs.c @@ -289,12 +289,6 @@ xps_parse_digits(char *s, int *digit) return s; } -static inline int is_real_num_char(int c) -{ - return (c >= '0' && c <= '9') || - c == 'e' || c == 'E' || c == '+' || c == '-' || c == '.'; -} - static char * xps_parse_real_num(char *s, float *number, int *override) { -- cgit v1.2.3