From ce808eb61431db8213d7f59205efeaca7329f823 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Tue, 5 Feb 2008 16:39:22 +0000 Subject: [PATCH] Remove unused E_Gadcon_Popup->o_con SVN revision: 33680 --- src/bin/e_gadcon_popup.c | 1 - src/bin/e_gadcon_popup.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/e_gadcon_popup.c b/src/bin/e_gadcon_popup.c index 0d2135c12..f0913dfc4 100644 --- a/src/bin/e_gadcon_popup.c +++ b/src/bin/e_gadcon_popup.c @@ -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); } diff --git a/src/bin/e_gadcon_popup.h b/src/bin/e_gadcon_popup.h index 1fabc7d3f..9dba115cf 100644 --- a/src/bin/e_gadcon_popup.h +++ b/src/bin/e_gadcon_popup.h @@ -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;