diff options
author | raveit65 <[email protected]> | 2017-01-08 20:28:20 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-02-17 12:28:22 +0100 |
commit | cf43bae027ecc98887b56afedb0826343712c98d (patch) | |
tree | 60c26007462f8f49df049aacb58073516db95168 /font-viewer/font-view.c | |
parent | e0a35ee6b807d8bdd05c286434291f6dda7b73fd (diff) | |
download | mate-control-center-cf43bae027ecc98887b56afedb0826343712c98d.tar.bz2 mate-control-center-cf43bae027ecc98887b56afedb0826343712c98d.tar.xz |
Fontviewer: don't call deprecated g_type_init()
Diffstat (limited to 'font-viewer/font-view.c')
-rw-r--r-- | font-viewer/font-view.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/font-viewer/font-view.c b/font-viewer/font-view.c index df71df75..d6e0c8b8 100644 --- a/font-viewer/font-view.c +++ b/font-viewer/font-view.c @@ -822,8 +822,6 @@ font_view_application_class_init (FontViewApplicationClass *klass) static GApplication * font_view_application_new (void) { - g_type_init (); - if (!FcInit ()) g_critical ("Can't initialize fontconfig library"); |