Drop support for Glib <2.32

This commit is contained in:
infirit 2014-12-16 12:38:51 +01:00
parent 13392e50c6
commit e9a0c53bdb
1 changed files with 0 additions and 5 deletions

View File

@ -560,11 +560,6 @@ main (int argc, char *argv[])
g_type_init (); g_type_init ();
#endif #endif
/* Init glib threads asap */
#if !GLIB_CHECK_VERSION (2, 32, 0)
g_thread_init (NULL);
#endif
/* Setup debugging */ /* Setup debugging */
pluma_debug_init (); pluma_debug_init ();
pluma_debug_message (DEBUG_APP, "Startup"); pluma_debug_message (DEBUG_APP, "Startup");