[evince] shell: Remove glib < 2.32 compat code



commit 7f35eae6d538f700a780cebbe9e75bc354b54057
Author: Christian Persch <chpe gnome org>
Date:   Fri Jun 8 18:31:17 2012 +0200

    shell: Remove glib < 2.32 compat code

 shell/main.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/shell/main.c b/shell/main.c
index 0df53cc..10e074d 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -264,13 +264,6 @@ main (int argc, char *argv[])
 	}
 #endif
 
-#if (!GLIB_CHECK_VERSION(2,31,0))
-/* Remove this once we bump dependencies to glib >= 2.31.0 */
-	/* Init glib threads asap */
-	if (!g_thread_supported ())
-		g_thread_init (NULL);
-#endif
-
 #ifdef ENABLE_NLS
 	/* Initialize the i18n stuff */
 	bindtextdomain (GETTEXT_PACKAGE, ev_get_locale_dir());



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