From: Eli Zaretskii Date: Wed, 29 Sep 2010 09:11:58 +0000 (-0400) Subject: xdisp.c (string_buffer_position): Remove unused variables. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~47^2~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a2ba070268b71eabdba52481bc996b7183729b0;p=emacs.git xdisp.c (string_buffer_position): Remove unused variables. --- diff --git a/src/xdisp.c b/src/xdisp.c index 7107bc5d9cd..ada69da29ba 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -4646,7 +4646,6 @@ string_buffer_position_lim (struct window *w, Lisp_Object string, EMACS_INT string_buffer_position (struct window *w, Lisp_Object string, EMACS_INT around_charpos) { - Lisp_Object limit, prop, pos; const int MAX_DISTANCE = 1000; EMACS_INT found = string_buffer_position_lim (w, string, around_charpos, around_charpos + MAX_DISTANCE,