summaryrefslogtreecommitdiff
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-07-27 00:01:46 +0000
committerGerd Moellmann <gerd@gnu.org>1999-07-27 00:01:46 +0000
commit2891cf7aaa0ea762c2d9e460fce2f39d2ac391a0 (patch)
treea21488f761baebbd7ca6ca394ac515bb8a5688f6 /src/dispextern.h
parent1fffe87013887cda137386fb246094eba856014a (diff)
downloademacs-2891cf7aaa0ea762c2d9e460fce2f39d2ac391a0.tar.gz
(struct glyph_row): Flag internal_border_p removed.
Diffstat (limited to 'src/dispextern.h')
-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
implies that the row doesn't have marginal areas. */
unsigned full_width_p : 1;
- /* if non-zero, and full_width_p is also non-zero, don't let
- the row draw over the frame's internal border. */
- unsigned internal_border_p : 1;
-
/* Non-zero means row is a mode or top-line. */
unsigned mode_line_p : 1;