From dbd0dab154c26823fc742edb80e36ecc9506fa51 Mon Sep 17 00:00:00 2001 From: Fredrick Brennan Date: Sat, 4 Jan 2020 15:37:05 +0800 Subject: [PATCH] Revert addition of ffs_set to Font struct It was from an earlier stage of development and is not needed --- kitty/fonts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/fonts.c b/kitty/fonts.c index 95bb9472e..b91125ad6 100644 --- a/kitty/fonts.c +++ b/kitty/fonts.c @@ -81,7 +81,7 @@ typedef struct { size_t num_hb_features; size_t num_ffs_hb_features; SpecialGlyphCache special_glyph_cache[SPECIAL_GLYPH_CACHE_SIZE]; - bool bold, italic, emoji_presentation, ffs_set; + bool bold, italic, emoji_presentation; } Font; typedef struct {