summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-06-05 17:49:37 +0200
committerinfirit <[email protected]>2014-06-05 17:49:37 +0200
commit8f4c0dc965bdd8b8a083ec991dc49d443d829236 (patch)
treec07d6919ad0722bb9d748ac36eedbbf20ee88937 /python
parentb157933ed5e6b231e5d4062b2c5213e6bf7e4246 (diff)
downloadlibmateweather-8f4c0dc965bdd8b8a083ec991dc49d443d829236.tar.bz2
libmateweather-8f4c0dc965bdd8b8a083ec991dc49d443d829236.tar.xz
Drop support for Glib < 2.36
Diffstat (limited to 'python')
-rw-r--r--python/mateweathermodule.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/mateweathermodule.c b/python/mateweathermodule.c
index 63691f8..67ee89e 100644
--- a/python/mateweathermodule.c
+++ b/python/mateweathermodule.c
@@ -36,9 +36,6 @@ initmateweather(void)
PyObject *m, *d;
init_pygobject ();
-#if !GLIB_CHECK_VERSION (2, 32, 0)
- g_thread_init (NULL);
-#endif
m = Py_InitModule ("mateweather", pymateweather_functions);
d = PyModule_GetDict (m);