summaryrefslogtreecommitdiff
path: root/font-viewer/font-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'font-viewer/font-model.c')
-rw-r--r--font-viewer/font-model.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/font-viewer/font-model.c b/font-viewer/font-model.c
index 6681b842..9a365527 100644
--- a/font-viewer/font-model.c
+++ b/font-viewer/font-model.c
@@ -440,8 +440,6 @@ font_view_model_init (FontViewModel *self)
self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self, FONT_VIEW_TYPE_MODEL, FontViewModelPrivate);
- if (!FcInit())
- g_critical ("Can't initialize fontconfig library");
if (FT_Init_FreeType (&self->priv->library) != FT_Err_Ok)
g_critical ("Can't initialize FreeType library");