evas gl engine - fix loading of pager backgrounds in e again...

fixes recent commitby jpeg
This commit is contained in:
Carsten Haitzler 2016-12-21 17:58:38 +09:00
parent d5e88e4cf9
commit 92b2c86ed8
1 changed files with 0 additions and 6 deletions

View File

@ -877,12 +877,6 @@ eng_image_data_get(void *data, void *image, int to_write, DATA32 **image_data, i
{
if (tofree)
goto rotate_image;
else
{
ERR("Failed to reload pixels of this GL image.");
if (err) *err = error;
return NULL;
}
}
evas_gl_common_image_alloc_ensure(im);