From 8f4c0dc965bdd8b8a083ec991dc49d443d829236 Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 5 Jun 2014 17:49:37 +0200 Subject: Drop support for Glib < 2.36 --- python/mateweathermodule.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'python') 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); -- cgit v1.2.1