Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_container.c 


Log Message:
Remove stale code.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_container.c,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -3 -r1.112 -r1.113
--- e_container.c       31 Oct 2006 11:18:34 -0000      1.112
+++ e_container.c       25 Mar 2007 22:18:17 -0000      1.113
@@ -296,16 +296,6 @@
 {
    E_OBJECT_CHECK(con);
    E_OBJECT_TYPE_CHECK(con, E_CONTAINER_TYPE);
-#if 0
-   if (con->win != con->manager->win)
-     {
-       ecore_x_window_raise(con->win);
-     }
-   else
-     {
-       ecore_x_window_lower(con->bg_win);
-     }
-#endif
 }
 
 EAPI void
@@ -313,14 +303,6 @@
 {
    E_OBJECT_CHECK(con);
    E_OBJECT_TYPE_CHECK(con, E_CONTAINER_TYPE);
-#if 0
-   if (con->win != con->manager->win)
-     ecore_x_window_lower(con->win);
-   else
-     {
-       ecore_x_window_lower(con->bg_win);
-     }
-#endif
 }
 
 EAPI E_Zone *



-------------------------------------------------------------------------
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