# HG changeset patch # User Eli Zaretskii # Date 1285751518 14400 # Node ID 167af2298656147d5aabe51b15534c075ac17df0 # Parent 7d7a02c19d8c4cb0aa90b67080dbf4f19f3ebfbe xdisp.c (string_buffer_position): Remove unused variables. diff -r 7d7a02c19d8c -r 167af2298656 src/xdisp.c --- 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,