Remove unused variable

This commit is contained in:
Francesco Abbate 2020-06-01 15:16:07 +02:00
parent 5ca7471fc7
commit 98f5c16932
1 changed files with 0 additions and 1 deletions

View File

@ -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)));