stefan pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=c53dfe4e597ed74f4d6656658f064929fbf417d1

commit c53dfe4e597ed74f4d6656658f064929fbf417d1
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Thu Aug 6 10:30:25 2015 +0200

    modules/geolocation: Remove unused eldbus interface variable
    
    Never used, no need to keep it.
---
 src/modules/geolocation/e_mod_main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/modules/geolocation/e_mod_main.c 
b/src/modules/geolocation/e_mod_main.c
index 11d0282..d3a71b0 100644
--- a/src/modules/geolocation/e_mod_main.c
+++ b/src/modules/geolocation/e_mod_main.c
@@ -42,7 +42,6 @@ struct _Instance
    int             in_use;
    int             available_accur_level;
    Eldbus_Connection *conn;
-   Eldbus_Service_Interface *iface;
    Eldbus_Proxy *manager;
    Eldbus_Proxy *client;
    Eldbus_Proxy *location;

-- 


Reply via email to