* src/bdf/bdflib.c (_bdf_parse_glyphs): Remove redundant assignment.

This commit is contained in:
Alexei Podtelezhnikov 2022-01-13 23:38:56 -05:00
parent ee52b57121
commit 904ad21266
1 changed files with 0 additions and 2 deletions

View File

@ -1535,8 +1535,6 @@
/* kept. */ /* kept. */
FT_FREE( p->glyph_name ); FT_FREE( p->glyph_name );
} }
p->glyph_name = NULL;
} }
/* Clear the flags that might be added when width and height are */ /* Clear the flags that might be added when width and height are */