From: Stefan Schmidt Date: Thu, 16 Apr 2015 14:43:24 +0000 (+0200) Subject: gadman: Remove self assignment of e_comp X-Git-Tag: upstream/0.20.0~986 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=468654e001d28df39c2bb432a7cb410e40346d1e;p=platform%2Fupstream%2Fenlightenment.git gadman: Remove self assignment of e_comp This looks like a left over from the e_comp refactor. CID: 1291838 --- 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;