Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_menu.c 


Log Message:
Remove unneeded function.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_menu.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -3 -r1.53 -r1.54
--- e_menu.c    8 Jul 2006 09:18:03 -0000       1.53
+++ e_menu.c    28 Jul 2006 10:56:21 -0000      1.54
@@ -1034,21 +1034,6 @@
 }
 
 static void
-_e_menu_category_item_free(E_Menu_Item *mi)
-{
-   if (mi->submenu)
-     {
-       mi->submenu->parent_item = NULL;
-       e_object_unref(E_OBJECT(mi->submenu));
-     }
-   if (mi->menu->realized) _e_menu_item_unrealize(mi);
-   if (mi->icon) evas_stringshare_del(mi->icon);
-   if (mi->icon_key) evas_stringshare_del(mi->icon_key);
-   if (mi->label) evas_stringshare_del(mi->label);
-   free(mi);
-}
-
-static void
 _e_menu_cb_intercept_item_move(void *data, Evas_Object *o, Evas_Coord x, 
Evas_Coord y)
 {
    E_Menu_Item *mi;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to