[grilo] core: Remove GLIB_CHECK_VERSION check for unsupported version



commit cd9871c0a1cdb8fcc3a1b7a748e7c117d6547d94
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Sep 23 12:59:29 2015 +0200

    core: Remove GLIB_CHECK_VERSION check for unsupported version

 src/grilo.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/grilo.c b/src/grilo.c
index d7856c7..6ae63ce 100644
--- a/src/grilo.c
+++ b/src/grilo.c
@@ -76,10 +76,6 @@ pre_parse_hook_cb (GOptionContext  *context,
                    gpointer         data,
                    GError         **error)
 {
-#if !GLIB_CHECK_VERSION(2,35,0)
-  g_type_init ();
-#endif
-
   /* Initialize i18n */
   bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
   bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]