From: Pavel Janík Date: Fri, 5 Jul 2002 19:59:54 +0000 (+0000) Subject: Remove unused variable `face'. X-Git-Tag: ttn-vms-21-2-B4~14302 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=efca2165df46437a26682d6968d9203dda34e713;p=emacs.git Remove unused variable `face'. --- diff --git a/src/xdisp.c b/src/xdisp.c index 2f8bc65f6c4..0534090211d 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -14163,7 +14163,6 @@ If third optional arg NO-PROPS is non-nil, string is not propertized. */) Lisp_Object format, window, no_props; { struct it it; - struct face *face; int len; struct window *w; struct buffer *old_buffer = NULL;