emacs-diffs
[Top][All Lists]
Advanced

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

feature/pgtk 92cd274: Remove draw_glyphs_debug


From: Yuuki Harano
Subject: feature/pgtk 92cd274: Remove draw_glyphs_debug
Date: Mon, 29 Nov 2021 10:21:03 -0500 (EST)

branch: feature/pgtk
commit 92cd274ba82b142271d7884795b5f6e9033ab4f9
Author: Yuuki Harano <masm+github@masm11.me>
Commit: Yuuki Harano <masm+github@masm11.me>

    Remove draw_glyphs_debug
    
    It is left-over from debugging, and not needed any more.
    
    * src/xdisp.c (draw_glyphs_debug):
    (draw_glyphs):
---
 src/xdisp.c | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/src/xdisp.c b/src/xdisp.c
index 5b67bcf..690cace 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -29341,16 +29341,6 @@ draw_glyphs (struct window *w, int x, struct glyph_row 
*row,
   return x_reached;
 }
 
-static int draw_glyphs_debug (const char *file, int lineno,
-                            struct window *w, int x, struct glyph_row *row,
-                            enum glyph_row_area area, ptrdiff_t start, 
ptrdiff_t end,
-                            enum draw_glyphs_face hl, int overlaps)
-{
-  return draw_glyphs(w, x, row, area, start, end, hl, overlaps);
-}
-#define draw_glyphs(w, x, r, a, s, e, h, o) \
-  draw_glyphs_debug (__FILE__, __LINE__, w, x, r, a, s, e, h, o)
-
 /* Find the first glyph in the run of underlined glyphs preceding the
    beginning of glyph string S, and return its font (which could be
    NULL).  This is needed because that font determines the underline



reply via email to

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