]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove draw_glyphs_debug
authorYuuki Harano <masm+github@masm11.me>
Mon, 29 Nov 2021 15:19:22 +0000 (00:19 +0900)
committerYuuki Harano <masm+github@masm11.me>
Mon, 29 Nov 2021 15:19:22 +0000 (00:19 +0900)
It is left-over from debugging, and not needed any more.

* src/xdisp.c (draw_glyphs_debug):
(draw_glyphs):

src/xdisp.c

index 5b67bcf5dce34b6d46472124eaf9ee57f346ef74..690cace6e581644e29f82991eddf46945daa061b 100644 (file)
@@ -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