summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2022-01-13 23:38:56 -0500
committerAlexei Podtelezhnikov <apodtele@gmail.com>2022-01-13 23:38:56 -0500
commit904ad21266737d9680ebf8691b9dce07f50f4f86 (patch)
treef26f866743ff93cb2480c2177e1efc80d6e67e3d
parentee52b57121c2dcb74e0c30d98cdb3bae5b3e7cb9 (diff)
downloadfreetype2-904ad21266737d9680ebf8691b9dce07f50f4f86.tar.gz
* src/bdf/bdflib.c (_bdf_parse_glyphs): Remove redundant assignment.
-rw-r--r--src/bdf/bdflib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bdf/bdflib.c b/src/bdf/bdflib.c
index 86ebe6096..b9bd7678f 100644
--- a/src/bdf/bdflib.c
+++ b/src/bdf/bdflib.c
@@ -1535,8 +1535,6 @@
/* kept. */
FT_FREE( p->glyph_name );
}
-
- p->glyph_name = NULL;
}
/* Clear the flags that might be added when width and height are */