Subinfo is not used or needed for this widget.

SVN revision: 42755
This commit is contained in:
Christopher Michael 2009-09-28 04:05:31 +00:00
parent 803e07e83b
commit ae26bb6849
1 changed files with 0 additions and 2 deletions

View File

@ -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);