'cache' is unused here.

SVN revision: 50710
This commit is contained in:
Christopher Michael 2010-07-31 05:44:15 +00:00
parent 5c670876c0
commit 428d5c05ab
1 changed files with 1 additions and 4 deletions

View File

@ -1458,14 +1458,11 @@ EAPI void
evas_cache_image_preload_cancel(Image_Entry *im, const void *target)
{
#ifdef BUILD_ASYNC_PRELOAD
Evas_Cache_Image *cache;
assert(im);
assert(im->cache);
cache = im->cache;
if (target == NULL) return ;
if (target == NULL) return;
_evas_cache_image_entry_preload_remove(im, target);
#else
(void)im;