no need for those
authorcodewarrior <codewarrior>
Sat, 15 Oct 2005 00:48:27 +0000 (00:48 +0000)
committercodewarrior <codewarrior@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 15 Oct 2005 00:48:27 +0000 (00:48 +0000)
SVN revision: 17553

src/bin/e_icon_layout.c

index 5df6cb6212765335f8932ffc2d92b815a0a67ed2..ccb67bbfa8787ed137fe4422bee62d508b8f0a4a 100644 (file)
@@ -84,10 +84,7 @@ e_icon_layout_thaw(Evas_Object *obj)
      return -1;
          
    sd->frozen--;
-   if (sd->frozen <= 0) _e_icon_layout_smart_reconfigure(sd);
-   
-   printf("virtual size is: %d %d\n", sd->vw, sd->vh);
-   
+   if (sd->frozen <= 0) _e_icon_layout_smart_reconfigure(sd);     
    
    return sd->frozen;
 }
@@ -342,9 +339,7 @@ _e_icon_layout_smart_reconfigure(E_Smart_Data *sd)
    x = sd->x + sd->xs;
    y = sd->y + sd->ys;
    w = sd->vw;
-   h = sd->vh;
-   
-   printf("reconfigure: w = %d\n", w);
+   h = sd->vh;   
    
    for (l = sd->items; l; l = l->next)
     {