From a0da6599217d07edf5f74bfce55969c61825839d Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 28 Sep 2009 04:05:31 +0000 Subject: [PATCH] Subinfo is not used or needed for this widget. SVN revision: 42755 --- src/lib/elm_notify.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/elm_notify.c b/src/lib/elm_notify.c index fa86871fc..5ee629b60 100644 --- a/src/lib/elm_notify.c +++ b/src/lib/elm_notify.c @@ -13,7 +13,6 @@ */ typedef struct _Widget_Data Widget_Data; -typedef struct _Subinfo Subinfo; struct _Widget_Data { @@ -229,7 +228,6 @@ EAPI void elm_notify_content_set(Evas_Object *obj, Evas_Object *content) { Widget_Data *wd = elm_widget_data_get(obj); - Subinfo *si; if (wd->content) elm_widget_sub_object_del(obj, wd->content); -- 2.34.1