Remove unused E_Gadcon_Popup->o_con

SVN revision: 33680
This commit is contained in:
Gustavo Sverzut Barbieri 2008-02-05 16:39:22 +00:00
parent 5ebcf31112
commit ce808eb614
2 changed files with 1 additions and 2 deletions

View File

@ -175,7 +175,6 @@ static void
_e_gadcon_popup_free(E_Gadcon_Popup *pop)
{
pop->gcc = NULL;
if (pop->o_con) evas_object_del(pop->o_con);
e_object_del(E_OBJECT(pop->win));
free(pop);
}

View File

@ -18,7 +18,7 @@ struct _E_Gadcon_Popup
E_Popup *win;
E_Gadcon_Client *gcc;
Evas_Coord w, h;
Evas_Object *o_bg, *o_con;
Evas_Object *o_bg;
int pinned : 1;