From 3d8f9a04b94a0186ac17c040e232280fc494f925 Mon Sep 17 00:00:00 2001 From: Monsta <monsta@inbox.ru> Date: Tue, 13 Jan 2015 16:39:30 +0300 Subject: we don't need g_type_init (in GLib >= 2.36) Closes https://github.com/mate-desktop/mate-sensors-applet/pull/21 --- plugins/udisks/udisks-plugin.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins') diff --git a/plugins/udisks/udisks-plugin.c b/plugins/udisks/udisks-plugin.c index 77d066f..8943423 100644 --- a/plugins/udisks/udisks-plugin.c +++ b/plugins/udisks/udisks-plugin.c @@ -73,8 +73,6 @@ static void udisks_plugin_get_sensors(GList **sensors) { guint i; DevInfo *info; - g_type_init(); - /* This connection will be used for everything, including the obtaining * of sensor data */ -- cgit v1.2.1