summaryrefslogtreecommitdiff
path: root/pluma/pluma.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-05-19 12:46:54 +0200
committerinfirit <[email protected]>2014-05-19 12:46:54 +0200
commit495f56659d607938db00e34c9f84bac24013d999 (patch)
treee9a2bb3cdc860bb64911346602e0cba06034ea0e /pluma/pluma.c
parent82e1234a535c5e719d8876845e82e919c3662243 (diff)
downloadpluma-495f56659d607938db00e34c9f84bac24013d999.tar.bz2
pluma-495f56659d607938db00e34c9f84bac24013d999.tar.xz
Drop support for glib < 2.36
Diffstat (limited to 'pluma/pluma.c')
-rw-r--r--pluma/pluma.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/pluma/pluma.c b/pluma/pluma.c
index 9166a749..9e52bb90 100644
--- a/pluma/pluma.c
+++ b/pluma/pluma.c
@@ -555,15 +555,6 @@ main (int argc, char *argv[])
gchar *dir;
gchar *icon_dir;
- /* Init type system as soon as possible */
-#if !GLIB_CHECK_VERSION (2, 36, 0)
- 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 ();