Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/ibar


Modified Files:
        e_mod_main.c 


Log Message:
Remove unused function.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -3 -r1.174 -r1.175
--- e_mod_main.c        6 Apr 2007 01:01:33 -0000       1.174
+++ e_mod_main.c        6 Apr 2007 03:54:48 -0000       1.175
@@ -692,22 +692,6 @@
    _config_ibar_module(ci);
 }
 
-static int
-_ibar_cb_menu_add_application_cb(void *data, const char *path)
-{
-   IBar *b;
-   Efreet_Desktop *desktop;
-   
-   b = data;
-   desktop = efreet_desktop_get(path);
-   if (desktop) e_order_append(b->apps, desktop);
-   _ibar_empty_handle(b);
-   _ibar_resize_handle(b);
-   _gc_orient(b->inst->gcc);
-   return 1;
-}
-
-
 static void
 _ibar_cb_menu_add(void *data, E_Menu *m, 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