From: Pavel Janík Date: Wed, 24 Oct 2001 20:20:18 +0000 (+0000) Subject: (scan_newline): Remove unused variable `selective_display'. X-Git-Tag: ttn-vms-21-2-B4~19192 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d492b584fdb5f4318a35eb29767493adbbda3023;p=emacs.git (scan_newline): Remove unused variable `selective_display'. --- diff --git a/src/ChangeLog b/src/ChangeLog index 7575bb25261..70b92f906f3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-10-25 Pavel Jan,Bm(Bk + + * search.c (scan_newline): Remove unused variable + `selective_display'. + 2001-10-25 Miles Bader * dispextern.h (struct image): Add `background', diff --git a/src/search.c b/src/search.c index 61c486a7925..55d1537c4ff 100644 --- a/src/search.c +++ b/src/search.c @@ -752,11 +752,6 @@ scan_newline (start, start_byte, limit, limit_byte, count, allow_quit) int old_immediate_quit = immediate_quit; - /* If we are not in selective display mode, - check only for newlines. */ - int selective_display = (!NILP (current_buffer->selective_display) - && !INTEGERP (current_buffer->selective_display)); - /* The code that follows is like scan_buffer but checks for either newline or carriage return. */