From b7ea6debafce4cd3ab31804481a1b6f3067e8167 Mon Sep 17 00:00:00 2001 From: Prince Kr Dubey Date: Wed, 9 Feb 2011 13:38:09 +0530 Subject: [PATCH] [PopUp] Struc is removed. --- src/lib/elm_popup.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/lib/elm_popup.c b/src/lib/elm_popup.c index a321e6d..31a5944 100644 --- a/src/lib/elm_popup.c +++ b/src/lib/elm_popup.c @@ -10,7 +10,6 @@ */ typedef struct _Widget_Data Widget_Data; -typedef struct _Action_Area_Data Action_Area_Data; struct _Widget_Data { @@ -31,13 +30,6 @@ struct _Widget_Data Eina_Bool delete_me : 1; }; -struct _Action_Area_Data -{ - Evas_Object *obj; - Evas_Object *btn; - int response_id; -}; - static const char *widtype = NULL; static void _del_hook(Evas_Object *obj); static void _theme_hook(Evas_Object *obj); -- 2.7.4