emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 68a2a33 2/6: *** empty log message ***


From: Po Lu
Subject: master 68a2a33 2/6: *** empty log message ***
Date: Wed, 10 Nov 2021 00:57:40 -0500 (EST)

branch: master
commit 68a2a3307d1703ac8abe4b54c8e1ef9dda677c12
Author: oldosfan <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    *** empty log message ***
---
 src/nsterm.m | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/src/nsterm.m b/src/nsterm.m
index 3727f86..ed0e7a2 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -3976,19 +3976,6 @@ ns_draw_glyph_string (struct glyph_string *s)
   NSRect r[2];
   int n;
   char box_drawn_p = 0;
-
-  struct face *face = s->face;
-  if (s->hl == DRAW_MOUSE_FACE)
-    {
-      face
-       = FACE_FROM_ID_OR_NULL (s->f,
-                               MOUSE_HL_INFO (s->f)->mouse_face_face_id);
-      if (!face)
-       face = FACE_FROM_ID (s->f, MOUSE_FACE_ID);
-    }
-
-  s->face = face;
-
   struct font *font = s->face->font;
   if (! font) font = FRAME_FONT (s->f);
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]