diff options
| author | Eli Zaretskii | 2010-09-29 05:11:58 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2010-09-29 05:11:58 -0400 |
| commit | 9a2ba070268b71eabdba52481bc996b7183729b0 (patch) | |
| tree | bbaa4cc44f8e6156f480179bed0ddf219621a288 /src | |
| parent | d585695f3abcb487716a35d66d9322a68f003da1 (diff) | |
| download | emacs-9a2ba070268b71eabdba52481bc996b7183729b0.tar.gz emacs-9a2ba070268b71eabdba52481bc996b7183729b0.zip | |
xdisp.c (string_buffer_position): Remove unused variables.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, | |||
| 4646 | EMACS_INT | 4646 | EMACS_INT |
| 4647 | string_buffer_position (struct window *w, Lisp_Object string, EMACS_INT around_charpos) | 4647 | string_buffer_position (struct window *w, Lisp_Object string, EMACS_INT around_charpos) |
| 4648 | { | 4648 | { |
| 4649 | Lisp_Object limit, prop, pos; | ||
| 4650 | const int MAX_DISTANCE = 1000; | 4649 | const int MAX_DISTANCE = 1000; |
| 4651 | EMACS_INT found = string_buffer_position_lim (w, string, around_charpos, | 4650 | EMACS_INT found = string_buffer_position_lim (w, string, around_charpos, |
| 4652 | around_charpos + MAX_DISTANCE, | 4651 | around_charpos + MAX_DISTANCE, |