diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 606e8331347..8b3ab476bcb 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -2770,7 +2770,6 @@ build_frame_matrix_from_leaf_window (frame_matrix, w) | |||
| 2770 | /* Window row window_y must be a slice of frame row | 2770 | /* Window row window_y must be a slice of frame row |
| 2771 | frame_y. */ | 2771 | frame_y. */ |
| 2772 | xassert (glyph_row_slice_p (window_row, frame_row)); | 2772 | xassert (glyph_row_slice_p (window_row, frame_row)); |
| 2773 | #endif | ||
| 2774 | 2773 | ||
| 2775 | /* If rows are in sync, we don't have to copy glyphs because | 2774 | /* If rows are in sync, we don't have to copy glyphs because |
| 2776 | frame and window share glyphs. */ | 2775 | frame and window share glyphs. */ |