stefan pushed a commit to branch master.

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

commit 468654e001d28df39c2bb432a7cb410e40346d1e
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Thu Apr 16 16:43:24 2015 +0200

    gadman: Remove self assignment of e_comp
    
    This looks like a left over from the e_comp refactor.
    
    CID: 1291838
---
 src/modules/gadman/e_mod_gadman.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/modules/gadman/e_mod_gadman.c 
b/src/modules/gadman/e_mod_gadman.c
index 9fc14ec..8b3547c 100644
--- a/src/modules/gadman/e_mod_gadman.c
+++ b/src/modules/gadman/e_mod_gadman.c
@@ -112,7 +112,6 @@ gadman_init(E_Module *m)
 
    Man->module = m;
    gadman_locked = e_module_loading_get();
-   e_comp = e_comp;
    Man->width = e_comp->w;
    Man->height = e_comp->h;
 

-- 


Reply via email to