diff options
| author | Gerd Moellmann | 1999-09-14 13:09:34 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-09-14 13:09:34 +0000 |
| commit | 539bf76f0130a9ea2e1c13e3e259d7efc67d9ec7 (patch) | |
| tree | 7c27f16cb20416f012e773c94d54e0a5a8aeb137 /src | |
| parent | 4dedbdd83c989580c2e87ee541d8ef9d5f0776a3 (diff) | |
| download | emacs-539bf76f0130a9ea2e1c13e3e259d7efc67d9ec7.tar.gz emacs-539bf76f0130a9ea2e1c13e3e259d7efc67d9ec7.zip | |
(display_echo_area_1, try_window_id): Remove unused
variable(s).
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 567b9558fde..5ad0cef63db 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -5399,7 +5399,6 @@ display_echo_area_1 (w) | |||
| 5399 | struct window *w; | 5399 | struct window *w; |
| 5400 | { | 5400 | { |
| 5401 | Lisp_Object window; | 5401 | Lisp_Object window; |
| 5402 | struct frame *f = XFRAME (w->frame); | ||
| 5403 | struct text_pos start; | 5402 | struct text_pos start; |
| 5404 | int window_height_changed_p = 0; | 5403 | int window_height_changed_p = 0; |
| 5405 | 5404 | ||
| @@ -9992,8 +9991,6 @@ try_window_id (w) | |||
| 9992 | mentioned, this is not a frequent case. */ | 9991 | mentioned, this is not a frequent case. */ |
| 9993 | if (w->cursor.vpos < 0) | 9992 | if (w->cursor.vpos < 0) |
| 9994 | { | 9993 | { |
| 9995 | int last_y = min (it.last_visible_y, it.last_visible_y + dy); | ||
| 9996 | |||
| 9997 | /* Cursor in unchanged rows at the top? */ | 9994 | /* Cursor in unchanged rows at the top? */ |
| 9998 | if (PT < CHARPOS (start_pos) | 9995 | if (PT < CHARPOS (start_pos) |
| 9999 | && last_unchanged_at_beg_row) | 9996 | && last_unchanged_at_beg_row) |