Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_container.c 


Log Message:
Remove debug.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_container.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -3 -r1.56 -r1.57
--- e_container.c       17 May 2005 13:59:38 -0000      1.56
+++ e_container.c       18 May 2005 19:35:57 -0000      1.57
@@ -783,12 +783,6 @@
    list->clients = list->clients->next;
    while ((list->layer < 6) && (!list->clients))
      list->clients = list->container->layers[++list->layer].clients;
-
-   if (E_OBJECT(bd)->deleted)
-     {
-       printf("BUG: A deleted border shouldn't be in a containers client 
list!\n");
-       return NULL;
-     }
    return bd;
 }
 
@@ -808,12 +802,6 @@
        if (list->container->layers[list->layer].clients)
          list->clients = list->container->layers[list->layer].clients->last;
      }
-
-   if (E_OBJECT(bd)->deleted)
-     {
-       printf("BUG: A deleted border shouldn't be in a containers client 
list!\n");
-       return NULL;
-     }
    return bd;
 }
 




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to