* dispnew.c: Remove no-longer-valid comment.
This commit is contained in:
parent
f302475471
commit
d13fc2913d
1 changed files with 0 additions and 5 deletions
|
@ -413,11 +413,6 @@ adjust_glyph_matrix (struct window *w, struct glyph_matrix *matrix, int x, int y
|
|||
new_rows = dim.height - matrix->rows_allocated;
|
||||
matrix->rows = xpalloc (matrix->rows, &matrix->rows_allocated,
|
||||
new_rows, INT_MAX, sizeof *matrix->rows);
|
||||
/* As a side effect, this sets the object of each glyph in the
|
||||
row to nil, so verify we will indeed get that. Redisplay
|
||||
relies on the object of special glyphs (truncation and
|
||||
continuation glyps and also blanks used to extend each line
|
||||
on a TTY) to be nil. */
|
||||
memset (matrix->rows + old_alloc, 0,
|
||||
(matrix->rows_allocated - old_alloc) * sizeof *matrix->rows);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue