summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-11-07 19:32:37 +0100
committerTor Andersson <tor.andersson@artifex.com>2017-11-08 17:57:09 +0100
commit94a5846502cd1f05ec4127872ef06dcd8606f34b (patch)
tree33fa0f4e8a4cedeecd8bde94782eed15f5110a9c /include
parent0d74d784804c8ac5013a74d6008b33afbc122074 (diff)
downloadmupdf-94a5846502cd1f05ec4127872ef06dcd8606f34b.tar.xz
Remove broken bidi reordering code.
TODO: Implement visual to logical reordering on the fly when building the structured text line.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/fitz/structured-text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/fitz/structured-text.h b/include/mupdf/fitz/structured-text.h
index cb9dfe5b..9aeadf04 100644
--- a/include/mupdf/fitz/structured-text.h
+++ b/include/mupdf/fitz/structured-text.h
@@ -93,7 +93,7 @@ struct fz_stext_line_s
*/
struct fz_stext_char_s
{
- int c, rtl;
+ int c;
fz_point origin;
fz_rect bbox;
float size;