remove this misleading line: there is NEVER a zone here.

SVN revision: 76280
This commit is contained in:
Mike Blumenkrantz 2012-09-07 07:08:48 +00:00
parent 13a512c65a
commit e0c57c8244
1 changed files with 0 additions and 1 deletions

View File

@ -472,7 +472,6 @@ e_gadcon_swallowed_new(const char *name, int id, Evas_Object *obj, const char *s
gc->cf = E_NEW(E_Config_Gadcon, 1);
gc->cf->name = eina_stringshare_add(gc->name);
gc->cf->id = gc->id;
if (gc->zone) gc->cf->zone = gc->zone->num;
e_config->gadcons = eina_list_append(e_config->gadcons, gc->cf);
e_config_save_queue();
}