]> git.eshelyaron.com Git - emacs.git/commitdiff
(fast_find_position): Remove unused var.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 8 Jul 2003 21:28:38 +0000 (21:28 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 8 Jul 2003 21:28:38 +0000 (21:28 +0000)
src/xdisp.c

index 14b5d757b029448ee6a67c2257a60406bc930fff..c955ebc0cf80ae3adb610ddf1b49160c816d413f 100644 (file)
@@ -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);