remove dangling useless template code

SVN revision: 56038
This commit is contained in:
Carsten Haitzler 2011-01-11 05:43:48 +00:00
parent 04ab07667b
commit 49f5946b26
1 changed files with 0 additions and 14 deletions

View File

@ -809,17 +809,3 @@ evas_common_rgba_image_scalecache_do(Image_Entry *ie, RGBA_Image *dst,
}
#endif
}
#if 0
// to be done
void
evas_common_rgba_image_scalecache_XXX(Image_Entry *ie)
{
#ifdef SCALECACHE
RGBA_Image *im = (RGBA_Image *)ie;
LKL(im->cache.lock);
// FIXME: XXX
LKU(im->cache.lock);
#endif
}
#endif