Drop support for Glib <2.32
This commit is contained in:
parent
13392e50c6
commit
e9a0c53bdb
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue