mtrack - declutter - remove as i'm probably the only one ot ever use it

This commit is contained in:
Carsten Haitzler 2020-01-16 10:51:41 +00:00
parent 96d920b707
commit 6210b12294
2 changed files with 0 additions and 4 deletions

View File

@ -187,8 +187,6 @@ _e_ipc_cb_client_data(void *data EINA_UNUSED, int type EINA_UNUSED, void *event)
switch (e->minor)
{
case E_ALERT_OP_RESTART:
if (getenv("E_START_MTRACK"))
e_util_env_set("MTRACK", "track");
ecore_app_restart();
break;

View File

@ -303,8 +303,6 @@ main(int argc, char **argv)
snprintf(buff, sizeof(buff), "%1.1f", tstart);
e_util_env_set("E_START_TIME", buff);
if (getenv("E_START_MTRACK"))
e_util_env_set("MTRACK", NULL);
TS("Eina Init");
if (!eina_init())
{