Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_maximize.c 


Log Message:
Remove some printfs.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_maximize.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- e_maximize.c        11 Jun 2006 10:23:44 -0000      1.12
+++ e_maximize.c        22 Jul 2006 19:10:40 -0000      1.13
@@ -25,7 +25,6 @@
 EAPI void
 e_maximize_border_gadman_fit(E_Border *bd, int *x1, int *y1, int *x2, int *y2)
 {
-   printf("e_maximize_border_gadman_fit()\n");
    return e_maximize_border_gadman_fill(bd, x1, y1, x2, y2);
 }
 
@@ -36,7 +35,6 @@
    E_Border *bd2;
    int cx1, cx2, cy1, cy2;
 
-   printf("e_maximize_border_dock_fit()\n");
    cx1 = bd->zone->x;
    if (x1) cx1 = *x1;
    
@@ -128,7 +126,6 @@
    Evas_List *l, *rects = NULL;
    E_Maximize_Rect *r;
 
-   printf("e_maximize_border_gadman_fill()\n");
    for (l = bd->zone->container->gadman->clients; l; l = l->next)
      {
        E_Gadman_Client *gmc;
@@ -162,7 +159,6 @@
    E_Maximize_Rect *r;
    E_Border *bd2;
 
-   printf("e_maximize_border_border_fill()\n");
    bl = e_container_border_list_first(bd->zone->container);
    while ((bd2 = e_container_border_list_next(bl)))
      {



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