silence annoying xpm header not found error message; this is frequently caused (erroneously) when reading images of unknown format

SVN revision: 68289
This commit is contained in:
Mike Blumenkrantz 2012-02-22 23:58:46 +00:00
parent 6ca64e9c3c
commit c7297f530f
1 changed files with 0 additions and 1 deletions

View File

@ -170,7 +170,6 @@ evas_image_load_file_xpm(Image_Entry *ie, const char *file, const char *key __UN
if (strncmp("/* XPM */", map, 9))
{
ERR("XPM ERROR: header not found");
*error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT;
goto on_error;
}