From 94a5846502cd1f05ec4127872ef06dcd8606f34b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 7 Nov 2017 19:32:37 +0100 Subject: Remove broken bidi reordering code. TODO: Implement visual to logical reordering on the fly when building the structured text line. --- source/fitz/stext-search.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/fitz/stext-search.c') diff --git a/source/fitz/stext-search.c b/source/fitz/stext-search.c index d9da2900..c8fbdc0b 100644 --- a/source/fitz/stext-search.c +++ b/source/fitz/stext-search.c @@ -40,8 +40,8 @@ int fz_stext_char_count(fz_context *ctx, fz_stext_page *page) const fz_stext_char *fz_stext_char_at(fz_context *ctx, fz_stext_page *page, int idx) { - static const fz_stext_char space = { ' ', 0, {0,0}, {0,0,0,0}, 0, NULL, NULL }; - static const fz_stext_char zero = { '\0', 0, {0,0}, {0,0,0,0}, 0, NULL, NULL }; + static const fz_stext_char space = { ' ', {0,0}, {0,0,0,0}, 0, NULL, NULL }; + static const fz_stext_char zero = { '\0', {0,0}, {0,0,0,0}, 0, NULL, NULL }; fz_stext_block *block; fz_stext_line *line; fz_stext_char *ch; -- cgit v1.2.3