From 7dbea1c1f13e49d93c8cfb0607ccad15f9fbba4a Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 12 Nov 2014 17:01:20 +0100 Subject: [PATCH] module/geolocation: No need to init and shutdown eldbus as E handles that Another thing spotted by the review from zmike. --- src/modules/geolocation/e_mod_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/geolocation/e_mod_main.c b/src/modules/geolocation/e_mod_main.c index efe97ae..a582548 100644 --- a/src/modules/geolocation/e_mod_main.c +++ b/src/modules/geolocation/e_mod_main.c @@ -321,7 +321,6 @@ _gc_init(E_Gadcon *gc, const char *name, const char *id, const char *style) E_Gadcon_Client *gcc; Instance *inst; - eldbus_init(); inst = E_NEW(Instance, 1); o = edje_object_add(gc->evas); @@ -382,7 +381,6 @@ _gc_shutdown(E_Gadcon_Client *gcc) geo_clue2_manager_proxy_unref(inst->manager); eldbus_connection_unref(inst->conn); free(inst); - eldbus_shutdown(); } static void -- 2.7.4