evas webp loader - stop complainig its an invalid file

when a file has no extension to guess by.. evas goes back to trying
every loader until one works. this leads to noise. loaders should not
printf/stder or eina log err anything if the file seems to not be valid.

@fix
This commit is contained in:
Carsten Haitzler 2021-01-06 14:13:04 +00:00
parent c3577929b3
commit 0472f21979
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ evas_image_load_file_head_webp(void *loader_data,
&prop->w, &prop->h, &prop->alpha,
error))
{
ERR("Image File is Invalid");
*error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT;
return EINA_FALSE;
}