no need for those

SVN revision: 17553
This commit is contained in:
codewarrior 2005-10-15 00:48:27 +00:00 committed by codewarrior
parent b13dc494c7
commit 3f50b7b58e
1 changed files with 2 additions and 7 deletions

View File

@ -86,9 +86,6 @@ e_icon_layout_thaw(Evas_Object *obj)
sd->frozen--;
if (sd->frozen <= 0) _e_icon_layout_smart_reconfigure(sd);
printf("virtual size is: %d %d\n", sd->vw, sd->vh);
return sd->frozen;
}
@ -344,8 +341,6 @@ _e_icon_layout_smart_reconfigure(E_Smart_Data *sd)
w = sd->vw;
h = sd->vh;
printf("reconfigure: w = %d\n", w);
for (l = sd->items; l; l = l->next)
{
E_Icon_Layout_Item *li;