Luncher: Remove useless and dangerous global.

This commit is contained in:
Stephen 'Okra' Houston 2017-07-12 15:43:39 -05:00
parent ada1fdb71a
commit 731590ee76
2 changed files with 1 additions and 3 deletions

View File

@ -114,6 +114,5 @@ EINTERN void grid_recalculate(Instance *inst);
extern Config *luncher_config;
extern Eina_List *luncher_instances;
extern E_Module *module;
#endif

View File

@ -5,7 +5,6 @@
static E_Config_DD *conf_edd = NULL;
static E_Config_DD *conf_item_edd = NULL;
Eina_List *luncher_instances = NULL;
E_Module *module = NULL;
Config *luncher_config = NULL;
EINTERN void
@ -91,7 +90,7 @@ e_modapi_init(E_Module *m)
{
luncher_init();
module = m;
luncher_config->module = m;
return m;
}