aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYuuki Harano2021-11-30 00:19:22 +0900
committerYuuki Harano2021-11-30 00:19:22 +0900
commit92cd274ba82b142271d7884795b5f6e9033ab4f9 (patch)
tree752f9dacd92d5572ce27e999a2cc02bec334ae87 /src
parent073111cc7755bc5ac685936f5e738a4dbae7ef61 (diff)
downloademacs-92cd274ba82b142271d7884795b5f6e9033ab4f9.tar.gz
emacs-92cd274ba82b142271d7884795b5f6e9033ab4f9.zip
Remove draw_glyphs_debug
It is left-over from debugging, and not needed any more. * src/xdisp.c (draw_glyphs_debug): (draw_glyphs):
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 5b67bcf5dce..690cace6e58 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -29341,16 +29341,6 @@ draw_glyphs (struct window *w, int x, struct glyph_row *row,
29341 return x_reached; 29341 return x_reached;
29342} 29342}
29343 29343
29344static int draw_glyphs_debug (const char *file, int lineno,
29345 struct window *w, int x, struct glyph_row *row,
29346 enum glyph_row_area area, ptrdiff_t start, ptrdiff_t end,
29347 enum draw_glyphs_face hl, int overlaps)
29348{
29349 return draw_glyphs(w, x, row, area, start, end, hl, overlaps);
29350}
29351#define draw_glyphs(w, x, r, a, s, e, h, o) \
29352 draw_glyphs_debug (__FILE__, __LINE__, w, x, r, a, s, e, h, o)
29353
29354/* Find the first glyph in the run of underlined glyphs preceding the 29344/* Find the first glyph in the run of underlined glyphs preceding the
29355 beginning of glyph string S, and return its font (which could be 29345 beginning of glyph string S, and return its font (which could be
29356 NULL). This is needed because that font determines the underline 29346 NULL). This is needed because that font determines the underline