Fix penguins after recent e-module api change

This commit is contained in:
Davide Andreoli 2019-09-26 19:47:10 +02:00
parent 71158b3c9c
commit bec991619a
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ e_modapi_init(E_Module *m)
NULL, buf, e_int_config_penguins_module);
penguins_mod = m;
e_module_delayed_set(m, 1);
return penguins_init(m);
}