aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nsterm.m13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/nsterm.m b/src/nsterm.m
index 3727f861ac6..ed0e7a2aae8 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -3976,19 +3976,6 @@ ns_draw_glyph_string (struct glyph_string *s)
3976 NSRect r[2]; 3976 NSRect r[2];
3977 int n; 3977 int n;
3978 char box_drawn_p = 0; 3978 char box_drawn_p = 0;
3979
3980 struct face *face = s->face;
3981 if (s->hl == DRAW_MOUSE_FACE)
3982 {
3983 face
3984 = FACE_FROM_ID_OR_NULL (s->f,
3985 MOUSE_HL_INFO (s->f)->mouse_face_face_id);
3986 if (!face)
3987 face = FACE_FROM_ID (s->f, MOUSE_FACE_ID);
3988 }
3989
3990 s->face = face;
3991
3992 struct font *font = s->face->font; 3979 struct font *font = s->face->font;
3993 if (! font) font = FRAME_FONT (s->f); 3980 if (! font) font = FRAME_FONT (s->f);
3994 3981