Remove unused variable
This commit is contained in:
parent
5ca7471fc7
commit
98f5c16932
|
@ -153,7 +153,6 @@ static GlyphSet* get_glyphset(RenFont *font, int codepoint) {
|
|||
|
||||
RenFont* ren_load_font(const char *filename, float size) {
|
||||
RenFont *font = NULL;
|
||||
FILE *fp = NULL;
|
||||
|
||||
/* init font */
|
||||
font = check_alloc(calloc(1, sizeof(RenFont)));
|
||||
|
|
Loading…
Reference in New Issue