[PopUp] Struc is removed.
authorPrince Kr Dubey <prince.dubey@samsung.com>
Wed, 9 Feb 2011 08:08:09 +0000 (13:38 +0530)
committerPrince Kr Dubey <prince.dubey@samsung.com>
Wed, 9 Feb 2011 08:08:09 +0000 (13:38 +0530)
src/lib/elm_popup.c

index a321e6d..31a5944 100644 (file)
@@ -10,7 +10,6 @@
  */\r
 \r
 typedef struct _Widget_Data Widget_Data;\r
-typedef struct _Action_Area_Data Action_Area_Data;\r
 \r
 struct _Widget_Data \r
 {\r
@@ -31,13 +30,6 @@ struct _Widget_Data
    Eina_Bool delete_me : 1;\r
 };\r
 \r
-struct _Action_Area_Data \r
-{\r
-   Evas_Object *obj;\r
-   Evas_Object *btn;\r
-   int response_id;\r
-};\r
-\r
 static const char *widtype = NULL;\r
 static void _del_hook(Evas_Object *obj);\r
 static void _theme_hook(Evas_Object *obj);\r