Revert "this should fix some remember shutdown problem where ec->zone is NULL"

This reverts commit a28bc668c0.
This commit is contained in:
Mike Blumenkrantz 2014-05-29 10:07:36 -04:00
parent 1f8975d546
commit 8686b756f5
1 changed files with 0 additions and 1 deletions

View File

@ -389,7 +389,6 @@ _e_remember_event_free(void *d EINA_UNUSED, void *event)
static void
_e_remember_update(E_Client *ec, E_Remember *rem)
{
if (!ec->zone) return;
if (rem->apply & E_REMEMBER_APPLY_POS ||
rem->apply & E_REMEMBER_APPLY_SIZE)
{