# HG changeset patch # User Gerd Moellmann # Date 933033706 0 # Node ID 0ce9ccfb0955b2a7057c8a34a99e2f226295fed0 # Parent 46c21258f1ff9c8214bb4daeeaf16c6c80fc7e15 (struct glyph_row): Flag internal_border_p removed. diff -r 46c21258f1ff -r 0ce9ccfb0955 src/dispextern.h --- a/src/dispextern.h Mon Jul 26 22:20:21 1999 +0000 +++ b/src/dispextern.h Tue Jul 27 00:01:46 1999 +0000 @@ -636,10 +636,6 @@ 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;