From 0f7689e25e2fd241fbb55c78bad0d3aa16fd9705 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 17 Jan 2013 15:17:40 -0600 Subject: remove g_type_init() calls and bump glib minimum to 2.35.4, where g_type_init() is deprecated --- src/datetime-service.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/datetime-service.c b/src/datetime-service.c index 8e88586..5378011 100644 --- a/src/datetime-service.c +++ b/src/datetime-service.c @@ -1401,8 +1401,6 @@ update_appointments (void) int main (int argc, char ** argv) { - g_type_init(); - /* Acknowledging the service init and setting up the interface */ service = indicator_service_new_version(SERVICE_NAME, SERVICE_VERSION); g_signal_connect(service, INDICATOR_SERVICE_SIGNAL_SHUTDOWN, G_CALLBACK(service_shutdown), NULL); -- cgit v1.2.3