From efca2165df46437a26682d6968d9203dda34e713 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Fri, 5 Jul 2002 19:59:54 +0000 Subject: [PATCH] Remove unused variable `face'. --- src/xdisp.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.5