From 1047142ee058039b5c6bf1094cc5bf24e5298b30 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 16 Dec 2024 19:17:06 +0530 Subject: [PATCH] ... --- kitty/fonts.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kitty/fonts.c b/kitty/fonts.c index eb0172079..6eb56394e 100644 --- a/kitty/fonts.c +++ b/kitty/fonts.c @@ -983,7 +983,6 @@ render_decorations(FontGroup *fg, Region src, Region dest, FontCellMetrics scale underline_region->height = underline_bottom - underline_top; } return ans; -#undef increment_sprite_index #undef do_one }