summaryrefslogtreecommitdiff
path: root/pluma
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-12-16 12:38:51 +0100
committerinfirit <[email protected]>2014-12-16 12:38:51 +0100
commite9a0c53bdb5755d903e1f2ad90e47b8c373c3995 (patch)
treee0e344cf6ba56b486ac9e222396d6504e9dd28c1 /pluma
parent13392e50c61ce3f3d7d04b59677380f935cf3d3c (diff)
downloadpluma-e9a0c53bdb5755d903e1f2ad90e47b8c373c3995.tar.bz2
pluma-e9a0c53bdb5755d903e1f2ad90e47b8c373c3995.tar.xz
Drop support for Glib <2.32
Diffstat (limited to 'pluma')
-rw-r--r--pluma/pluma.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/pluma/pluma.c b/pluma/pluma.c
index 9166a749..eb92d1dc 100644
--- a/pluma/pluma.c
+++ b/pluma/pluma.c
@@ -560,11 +560,6 @@ main (int argc, char *argv[])
g_type_init ();
#endif
- /* Init glib threads asap */
-#if !GLIB_CHECK_VERSION (2, 32, 0)
- g_thread_init (NULL);
-#endif
-
/* Setup debugging */
pluma_debug_init ();
pluma_debug_message (DEBUG_APP, "Startup");