Tiny cleanup

This commit is contained in:
Clownacy 2020-09-17 19:39:34 +01:00
parent 79586f5b90
commit ada7d91f17

View file

@ -974,7 +974,6 @@ static unsigned char GammaCorrect(unsigned char value)
return lookup[value]; return lookup[value];
} }
static Glyph* GetGlyph(Font *font, unsigned long unicode_value) static Glyph* GetGlyph(Font *font, unsigned long unicode_value)
{ {
Glyph **glyph_pointer = &font->glyph_list_head; Glyph **glyph_pointer = &font->glyph_list_head;