aboutsummaryrefslogtreecommitdiff
path: root/src/datetime-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datetime-service.c')
-rw-r--r--src/datetime-service.c2
1 files changed, 0 insertions, 2 deletions
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);