From b19a5b649a7a2c36d5147750670cee1c834ce42e Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 8 Jul 2003 21:28:38 +0000 Subject: [PATCH] (fast_find_position): Remove unused var. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index 14b5d757b02..c955ebc0cf8 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -19270,7 +19270,7 @@ fast_find_position (w, charpos, hpos, vpos, x, y, stop) { struct glyph_row *row, *first; struct glyph *glyph, *end; - int i, past_end = 0; + int past_end = 0; first = MATRIX_FIRST_TEXT_ROW (w->current_matrix); row = row_containing_pos (w, charpos, first, NULL, 0); -- 2.11.4.GIT