xdisp.c (string_buffer_position): Remove unused variables.
This commit is contained in:
parent
d585695f3a
commit
9a2ba07026
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue