[evince/wip/app: 5/23] shell: Remove glib < 2.32 compat code
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince/wip/app: 5/23] shell: Remove glib < 2.32 compat code
- Date: Tue, 12 Jun 2012 20:11:14 +0000 (UTC)
commit 775c97e54591fd1aabd099d729740e928a12a27c
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]