evas/cserve2: Don't mark as unloaded if we are not

unloading the image.



SVN revision: 74000
This commit is contained in:
Rafael Antognolli 2012-07-17 15:15:01 +00:00
parent 665cffc165
commit 30cff2b5fb
1 changed files with 0 additions and 3 deletions

View File

@ -820,9 +820,6 @@ evas_cache2_image_unload_data(Image_Entry *im)
if (!im->flags.loaded)
return;
// if (im->data2)
im->flags.loaded = 0;
}
EAPI void