summaryrefslogtreecommitdiff
path: root/font-viewer
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-12-16 13:11:43 +0100
committerinfirit <[email protected]>2014-12-16 13:11:43 +0100
commit17dccaa7c69f0ab8e278699a5d138662ce8126b5 (patch)
treee84c9075d1aa5577d34fd3c6c5fb378940fdd89b /font-viewer
parent5ee2c81ca6d335b18d51dbc6f1036c5f08396220 (diff)
downloadmate-control-center-17dccaa7c69f0ab8e278699a5d138662ce8126b5.tar.bz2
mate-control-center-17dccaa7c69f0ab8e278699a5d138662ce8126b5.tar.xz
Revert "Add back support for Glib 2.32"
This reverts commit 5ee2c81ca6d335b18d51dbc6f1036c5f08396220.
Diffstat (limited to 'font-viewer')
-rw-r--r--font-viewer/font-thumbnailer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/font-viewer/font-thumbnailer.c b/font-viewer/font-thumbnailer.c
index 9b9c833a..921d2679 100644
--- a/font-viewer/font-thumbnailer.c
+++ b/font-viewer/font-thumbnailer.c
@@ -256,10 +256,6 @@ main(int argc, char **argv)
setlocale (LC_ALL, "");
-#if !GLIB_CHECK_VERSION (2, 36, 0)
- g_type_init ();
-#endif
-
context = g_option_context_new (NULL);
g_option_context_add_main_entries (context, options, GETTEXT_PACKAGE);