aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2003-07-08 21:28:38 +0000
committerStefan Monnier2003-07-08 21:28:38 +0000
commitb19a5b649a7a2c36d5147750670cee1c834ce42e (patch)
treeaba498d0bdb3fa72a4b1cb06bef702958f400c2d /src
parent53abaf54171e06ccd9afae37a6ad9d4dca4bfcea (diff)
downloademacs-b19a5b649a7a2c36d5147750670cee1c834ce42e.tar.gz
emacs-b19a5b649a7a2c36d5147750670cee1c834ce42e.zip
(fast_find_position): Remove unused var.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
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)
19270{ 19270{
19271 struct glyph_row *row, *first; 19271 struct glyph_row *row, *first;
19272 struct glyph *glyph, *end; 19272 struct glyph *glyph, *end;
19273 int i, past_end = 0; 19273 int past_end = 0;
19274 19274
19275 first = MATRIX_FIRST_TEXT_ROW (w->current_matrix); 19275 first = MATRIX_FIRST_TEXT_ROW (w->current_matrix);
19276 row = row_containing_pos (w, charpos, first, NULL, 0); 19276 row = row_containing_pos (w, charpos, first, NULL, 0);