Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c 


Log Message:
Remove unused func.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -3 -r1.86 -r1.87
--- e_apps.c    28 Sep 2005 13:11:10 -0000      1.86
+++ e_apps.c    28 Sep 2005 23:14:42 -0000      1.87
@@ -52,7 +52,6 @@
 static void      _e_app_save_order         (E_App *app);
 static int       _e_app_cb_event_border_add(void *data, int type, void *event);
 static int       _e_app_cb_expire_timer    (void *data);
-static E_App    *_e_app_ecore_exe_find     (Ecore_Exe *exe);
 static void      _e_app_cache_copy         (E_App_Cache *ac, E_App *a);
 static int       _e_app_cb_scan_cache_timer(void *data);
 static E_App    *_e_app_cache_new          (E_App_Cache *ac, char *path, int 
scan_subdirs);
@@ -1603,29 +1602,6 @@
    return 0;
 }
 
-static E_App *
-_e_app_ecore_exe_find(Ecore_Exe *exe)
-{
-   Evas_List *l, *l2;
-
-   for (l = _e_apps_start_pending; l; l = l->next)
-     {
-       E_App *a;
-
-       a = l->data;
-       for (l2 = a->instances; l2; l2 = l2->next)
-         {
-            E_App_Instance *inst;
-
-            inst = l2->data;
-            if (inst->exe == exe)
-              return a;
-         }
-     }
-   return NULL;
-}
-
-
 static void
 _e_app_cache_copy(E_App_Cache *ac, E_App *a)
 {




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to