From ae26bb6849c54ad2128431750ea9245cede4e9bd 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 --- legacy/elementary/src/lib/elm_notify.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/legacy/elementary/src/lib/elm_notify.c b/legacy/elementary/src/lib/elm_notify.c index fa86871fcb..5ee629b60e 100644 --- a/legacy/elementary/src/lib/elm_notify.c +++ b/legacy/elementary/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);