Remove unused struct member.

SVN revision: 28983
This commit is contained in:
Sebastian Dransfeld 2007-03-24 06:59:41 +00:00
parent 92dab2bf34
commit 06bacc49b9
2 changed files with 0 additions and 3 deletions

View File

@ -2253,7 +2253,6 @@ e_app_icon_add_to_menu_item(E_App *a, E_Menu_Item *mi)
if (a->orig)
a = a->orig;
mi->app = a;
#if DEBUG
printf("e_app_icon_add_to_menu_item(%s) %s %s %s\n", a->path, a->icon_class, e_config->icon_theme, a->icon_path);

View File

@ -101,8 +101,6 @@ struct _E_Menu_Item
Evas_Object *event_object;
E_App *app; /* For when this item is used for an app. Experimental, if this makes it into cvs, kill onefang. */
Evas_List *list_position;
int label_w, label_h;