summaryrefslogtreecommitdiff
path: root/source/fitz/glyph.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/glyph.c')
-rw-r--r--source/fitz/glyph.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/fitz/glyph.c b/source/fitz/glyph.c
index b76d2f76..efe5bed1 100644
--- a/source/fitz/glyph.c
+++ b/source/fitz/glyph.c
@@ -18,9 +18,6 @@ static void
fz_drop_glyph_imp(fz_context *ctx, fz_storable *glyph_)
{
fz_glyph *glyph = (fz_glyph *)glyph_;
-
- if (glyph == NULL)
- return;
fz_drop_pixmap(ctx, glyph->pixmap);
fz_free(ctx, glyph);
}