aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/dispextern.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index f848194d201..182ed0d772b 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -636,10 +636,6 @@ struct glyph_row
636 implies that the row doesn't have marginal areas. */ 636 implies that the row doesn't have marginal areas. */
637 unsigned full_width_p : 1; 637 unsigned full_width_p : 1;
638 638
639 /* if non-zero, and full_width_p is also non-zero, don't let
640 the row draw over the frame's internal border. */
641 unsigned internal_border_p : 1;
642
643 /* Non-zero means row is a mode or top-line. */ 639 /* Non-zero means row is a mode or top-line. */
644 unsigned mode_line_p : 1; 640 unsigned mode_line_p : 1;
645 641