changeset 110646:167af2298656

xdisp.c (string_buffer_position): Remove unused variables.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 29 Sep 2010 05:11:58 -0400
parents 7d7a02c19d8c
children c294bdb9cef3
files src/xdisp.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Wed Sep 29 05:06:53 2010 -0400
+++ b/src/xdisp.c	Wed Sep 29 05:11:58 2010 -0400
@@ -4646,7 +4646,6 @@
 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,