From ada7d91f17a13106de7cd8edeffed3c404f5cdac Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 17 Sep 2020 19:39:34 +0100 Subject: [PATCH] Tiny cleanup --- src/Font.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Font.cpp b/src/Font.cpp index 01b186a5..824f8d87 100644 --- a/src/Font.cpp +++ b/src/Font.cpp @@ -974,7 +974,6 @@ static unsigned char GammaCorrect(unsigned char value) return lookup[value]; } - static Glyph* GetGlyph(Font *font, unsigned long unicode_value) { Glyph **glyph_pointer = &font->glyph_list_head;