# HG changeset patch # User Eli Zaretskii # Date 978445166 0 # Node ID a5a1ee84d2f95a400697d3e8f270b64560704473 # Parent d3bd8910095f0bc6f96984bfcb61d6cd430495dd (face_fontset, realize_default_face): Remove unused variable `fontset'. (face_at_buffer_position): Remove unused variable `multibyte_p'. diff -r d3bd8910095f -r a5a1ee84d2f9 src/xfaces.c --- a/src/xfaces.c Tue Jan 02 14:19:19 2001 +0000 +++ b/src/xfaces.c Tue Jan 02 14:19:26 2001 +0000 @@ -6018,7 +6018,6 @@ Lisp_Object *attrs; { Lisp_Object name; - int fontset; name = attrs[LFACE_FONT_INDEX]; if (!STRINGP (name)) @@ -6144,7 +6143,6 @@ Lisp_Object attrs[LFACE_VECTOR_SIZE]; Lisp_Object frame_font; struct face *face; - int fontset; /* If the `default' face is not yet known, create it. */ lface = lface_from_face_name (f, Qdefault, 0); @@ -6789,7 +6787,6 @@ Lisp_Object propname = mouse ? Qmouse_face : Qface; Lisp_Object limit1, end; struct face *default_face; - int multibyte_p = !NILP (current_buffer->enable_multibyte_characters); /* W must display the current buffer. We could write this function to use the frame and buffer of W, but right now it doesn't. */