Revert "edje: unset efreet cache update flag to prevent dbus connections"

This reverts commit 1edb35fff3.

Accessing symbols from other libs like this should never be done. The
consequences of this are not significant enough to do this; better solution
can be found but definitely not like this.
This commit is contained in:
Daniel Kolesa 2015-06-23 10:22:36 +01:00
parent 122b242646
commit d9db8888ac
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
#include "edje_private.h"
extern int efreet_cache_update;
static Edje_Version _version = { VMAJ, VMIN, VMIC, VREV };
EAPI Edje_Version * edje_version = &_version;
@ -70,7 +69,6 @@ edje_init(void)
goto shutdown_eet;
}
efreet_cache_update = 0;
if (!efreet_init())
{
ERR("Efreet init failed");