From: Paul Eggert Date: Wed, 3 Aug 2011 05:24:30 +0000 (-0700) Subject: * xdisp.c (compute_display_string_pos): Remove unused local. X-Git-Tag: emacs-pretest-24.0.90~104^2~124^2~66^2~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f26d0e4c33448514cbc70be5c5579c4af3f9314e;p=emacs.git * xdisp.c (compute_display_string_pos): Remove unused local. --- diff --git a/src/ChangeLog b/src/ChangeLog index 3717924ff68..7c043f6d087 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-08-03 Paul Eggert + + * xdisp.c (compute_display_string_pos): Remove unused local. + 2011-08-02 Eli Zaretskii Fix slow cursor motion and scrolling in large buffers with diff --git a/src/xdisp.c b/src/xdisp.c index fa4b3c4f9ab..d1598e5ed40 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -3163,7 +3163,6 @@ compute_display_string_pos (struct text_pos *position, EMACS_INT lim = (charpos < eob - MAX_DISP_SCAN) ? charpos + MAX_DISP_SCAN : eob; struct text_pos tpos; - struct buffer *b; *disp_prop_p = 1;