diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-07-05 19:59:54 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-07-05 19:59:54 +0000 |
commit | efca2165df46437a26682d6968d9203dda34e713 (patch) | |
tree | 68e00068747b995296fc1b0e05478a0ccb936793 /src/xdisp.c | |
parent | 85271e4161f91e415e7f9352dda83dcf2ad0e482 (diff) | |
download | emacs-efca2165df46437a26682d6968d9203dda34e713.tar.gz |
Remove unused variable `face'.
Diffstat (limited to 'src/xdisp.c')
-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 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; |