Tiny cleanup
This commit is contained in:
parent
79586f5b90
commit
ada7d91f17
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue