diff options
| author | Stefan Monnier | 2003-07-08 21:28:38 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-07-08 21:28:38 +0000 |
| commit | b19a5b649a7a2c36d5147750670cee1c834ce42e (patch) | |
| tree | aba498d0bdb3fa72a4b1cb06bef702958f400c2d /src | |
| parent | 53abaf54171e06ccd9afae37a6ad9d4dca4bfcea (diff) | |
| download | emacs-b19a5b649a7a2c36d5147750670cee1c834ce42e.tar.gz emacs-b19a5b649a7a2c36d5147750670cee1c834ce42e.zip | |
(fast_find_position): Remove unused var.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
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); |