aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2002-07-05 19:59:54 +0000
committerPavel Janík2002-07-05 19:59:54 +0000
commitefca2165df46437a26682d6968d9203dda34e713 (patch)
tree68e00068747b995296fc1b0e05478a0ccb936793 /src
parent85271e4161f91e415e7f9352dda83dcf2ad0e482 (diff)
downloademacs-efca2165df46437a26682d6968d9203dda34e713.tar.gz
emacs-efca2165df46437a26682d6968d9203dda34e713.zip
Remove unused variable `face'.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c1
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. */)
14163 Lisp_Object format, window, no_props; 14163 Lisp_Object format, window, no_props;
14164{ 14164{
14165 struct it it; 14165 struct it it;
14166 struct face *face;
14167 int len; 14166 int len;
14168 struct window *w; 14167 struct window *w;
14169 struct buffer *old_buffer = NULL; 14168 struct buffer *old_buffer = NULL;