get rid of those printfs.

SVN revision: 4243
This commit is contained in:
Carsten Haitzler 2001-02-17 22:07:42 +00:00
parent 33a9fe85dc
commit 2e7ba74abe
1 changed files with 0 additions and 2 deletions

View File

@ -148,7 +148,6 @@ evas_set_image_file(Evas e, Evas_Object o, char *file)
}
else
{
printf("load failed ->%s<-!\n", file);
oo->current.image.w = 0;
oo->current.image.h = 0;
evas_resize(e, o,
@ -165,7 +164,6 @@ evas_set_image_file(Evas e, Evas_Object o, char *file)
}
else if (!file)
{
printf("!file\n");
if (oo->current.file)
free(oo->current.file);
oo->previous.file = NULL;