summaryrefslogtreecommitdiff
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2014-09-27 18:38:04 +0300
committerEli Zaretskii <eliz@gnu.org>2014-09-27 18:38:04 +0300
commite8207eb00d5be19c9e3678cc9697504da60b68c5 (patch)
treeeb1db39a33c1c65cfb0d9bd10c599681baf700e8 /src/dispextern.h
parentd51702fd71cf2d350c72079011075556f4eb6531 (diff)
downloademacs-e8207eb00d5be19c9e3678cc9697504da60b68c5.tar.gz
Finished writing code for isolates and fixed a few bugs (no parens yet).
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index c823194bd6b..d61b2a388d5 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -1915,7 +1915,6 @@ struct bidi_stack {
struct bidi_saved_info last_strong;
struct bidi_saved_info next_for_neutral;
struct bidi_saved_info prev_for_neutral;
- struct bidi_saved_info next_for_ws;
unsigned level : 7;
bool_bf isolate_status : 1;
unsigned override : 2;