]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unused variable `face'.
authorPavel Janík <Pavel@Janik.cz>
Fri, 5 Jul 2002 19:59:54 +0000 (19:59 +0000)
committerPavel Janík <Pavel@Janik.cz>
Fri, 5 Jul 2002 19:59:54 +0000 (19:59 +0000)
src/xdisp.c

index 2f8bc65f6c423a47b559799a1baf7b10b32cd7bd..0534090211d7f4963c4376e903686d6e3da92dcf 100644 (file)
@@ -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;