summaryrefslogtreecommitdiff
path: root/font-viewer
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-05-20 19:05:38 +0200
committerinfirit <[email protected]>2014-05-20 19:05:38 +0200
commitee1b275f63d715701c46f9584bf5c943f354a6a0 (patch)
tree47607528ef17c1e71a087a505b4666b950b6ccc5 /font-viewer
parente95ed95c19b113368845da8c868b73292e8f936f (diff)
downloadmate-control-center-ee1b275f63d715701c46f9584bf5c943f354a6a0.tar.bz2
mate-control-center-ee1b275f63d715701c46f9584bf5c943f354a6a0.tar.xz
Drop support for glib < 2.36
Diffstat (limited to 'font-viewer')
-rw-r--r--font-viewer/font-thumbnailer.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/font-viewer/font-thumbnailer.c b/font-viewer/font-thumbnailer.c
index 24525f64..921d2679 100644
--- a/font-viewer/font-thumbnailer.c
+++ b/font-viewer/font-thumbnailer.c
@@ -256,13 +256,6 @@ main(int argc, char **argv)
setlocale (LC_ALL, "");
-#if !GLIB_CHECK_VERSION (2, 36, 0)
- g_type_init ();
-#endif
-#if !GLIB_CHECK_VERSION (2, 32, 0)
- g_thread_init (NULL);
-#endif
-
context = g_option_context_new (NULL);
g_option_context_add_main_entries (context, options, GETTEXT_PACKAGE);