From fc8bcb58bc6e96beed7ad20bae40d28d3d2ea058 Mon Sep 17 00:00:00 2001 From: Karoly Lorentey Date: Fri, 4 Feb 2005 16:29:25 +0000 Subject: [PATCH] Fix typo in dispnew.c. * src/dispnew.c (build_frame_matrix_from_leaf_window): Fix typo. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-289 --- src/dispnew.c | 1 - 1 file changed, 1 deletion(-) 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) /* Window row window_y must be a slice of frame row frame_y. */ xassert (glyph_row_slice_p (window_row, frame_row)); -#endif /* If rows are in sync, we don't have to copy glyphs because frame and window share glyphs. */