From 95b928431f233052e4bbbd1b2bf9fc705657b5a7 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 10 Dec 2015 14:59:10 +0100 Subject: Fix warning about unused functions. --- source/fitz/stext-paragraph.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/fitz/stext-paragraph.c b/source/fitz/stext-paragraph.c index 11925f77..adab5623 100644 --- a/source/fitz/stext-paragraph.c +++ b/source/fitz/stext-paragraph.c @@ -224,6 +224,7 @@ is_unicode_bullet(int c) c == '*'); } +#ifdef SPOT_LINE_NUMBERS static inline int is_number(int c) { @@ -248,6 +249,7 @@ is_roman(int c) c == 'c' || c == 'C' || c == 'm' || c == 'M'); } +#endif static int is_list_entry(fz_text_line *line, fz_text_span *span, int *char_num_ptr) -- cgit v1.2.3