gadman: Remove self assignment of e_comp

This looks like a left over from the e_comp refactor.

CID: 1291838
This commit is contained in:
Stefan Schmidt 2015-04-16 16:43:24 +02:00
parent b688f71236
commit 468654e001
1 changed files with 0 additions and 1 deletions

View File

@ -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;