Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c 


Log Message:
Cleanup.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- e_apps.c    21 Apr 2005 05:21:13 -0000      1.35
+++ e_apps.c    21 Apr 2005 07:18:49 -0000      1.36
@@ -158,7 +158,6 @@
 int
 e_app_is_parent(E_App *parent, E_App *app)
 {
-   Evas_List *l;
    E_App *current;
 
    current = app->parent;
@@ -170,16 +169,6 @@
        current = current->parent;
      }
 
-#if 0
-   for (l = app->references; l; l = l->next)
-     {
-       E_App *a2;
-
-       a2 = l->data;
-       if (a2 == parent)
-         return 1;
-     }
-#endif
    return 0;
 }
 
@@ -361,8 +350,6 @@
 static void
 _e_app_free(E_App *a)
 {
-   Evas_List *l;
-
    if (a->orig)
      {
        printf("E_App: This is a copy: %s\n", a->path);




-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to