comparison src/xdisp.c @ 46185:448035b01550

Remove unused variable `face'.
author Pavel Janík <Pavel@Janik.cz>
date Fri, 05 Jul 2002 19:59:54 +0000
parents 8ce1177d6f2e
children b2d574ba36c5
comparison
equal deleted inserted replaced
46184:81235cad75cb 46185:448035b01550
14161 If third optional arg NO-PROPS is non-nil, string is not propertized. */) 14161 If third optional arg NO-PROPS is non-nil, string is not propertized. */)
14162 (format, window, no_props) 14162 (format, window, no_props)
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;
14170 enum face_id face_id = DEFAULT_FACE_ID; 14169 enum face_id face_id = DEFAULT_FACE_ID;
14171 14170