diff options
| author | Eli Zaretskii | 2001-01-02 14:19:26 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-01-02 14:19:26 +0000 |
| commit | 5ab05323cc55bad4b9ab514c2cb9252d43b98339 (patch) | |
| tree | 7b6e959c5848ee9a7d2afc1baca461ee2280e82e /src | |
| parent | fe5d5d8c2b875f66f996ace520b3e1debfff9064 (diff) | |
| download | emacs-5ab05323cc55bad4b9ab514c2cb9252d43b98339.tar.gz emacs-5ab05323cc55bad4b9ab514c2cb9252d43b98339.zip | |
(face_fontset, realize_default_face): Remove unused
variable `fontset'.
(face_at_buffer_position): Remove unused variable `multibyte_p'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 7d142a48569..646db381e99 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -6018,7 +6018,6 @@ face_fontset (attrs) | |||
| 6018 | Lisp_Object *attrs; | 6018 | Lisp_Object *attrs; |
| 6019 | { | 6019 | { |
| 6020 | Lisp_Object name; | 6020 | Lisp_Object name; |
| 6021 | int fontset; | ||
| 6022 | 6021 | ||
| 6023 | name = attrs[LFACE_FONT_INDEX]; | 6022 | name = attrs[LFACE_FONT_INDEX]; |
| 6024 | if (!STRINGP (name)) | 6023 | if (!STRINGP (name)) |
| @@ -6144,7 +6143,6 @@ realize_default_face (f) | |||
| 6144 | Lisp_Object attrs[LFACE_VECTOR_SIZE]; | 6143 | Lisp_Object attrs[LFACE_VECTOR_SIZE]; |
| 6145 | Lisp_Object frame_font; | 6144 | Lisp_Object frame_font; |
| 6146 | struct face *face; | 6145 | struct face *face; |
| 6147 | int fontset; | ||
| 6148 | 6146 | ||
| 6149 | /* If the `default' face is not yet known, create it. */ | 6147 | /* If the `default' face is not yet known, create it. */ |
| 6150 | lface = lface_from_face_name (f, Qdefault, 0); | 6148 | lface = lface_from_face_name (f, Qdefault, 0); |
| @@ -6789,7 +6787,6 @@ face_at_buffer_position (w, pos, region_beg, region_end, | |||
| 6789 | Lisp_Object propname = mouse ? Qmouse_face : Qface; | 6787 | Lisp_Object propname = mouse ? Qmouse_face : Qface; |
| 6790 | Lisp_Object limit1, end; | 6788 | Lisp_Object limit1, end; |
| 6791 | struct face *default_face; | 6789 | struct face *default_face; |
| 6792 | int multibyte_p = !NILP (current_buffer->enable_multibyte_characters); | ||
| 6793 | 6790 | ||
| 6794 | /* W must display the current buffer. We could write this function | 6791 | /* W must display the current buffer. We could write this function |
| 6795 | to use the frame and buffer of W, but right now it doesn't. */ | 6792 | to use the frame and buffer of W, but right now it doesn't. */ |