]> git.eshelyaron.com Git - emacs.git/commitdiff
(uncache_image): Fix typo.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 25 May 2007 02:02:25 +0000 (02:02 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 25 May 2007 02:02:25 +0000 (02:02 +0000)
src/image.c

index 6858675d9e4b1715b76ec03b3e795493e4f0b477..11f4425136ce4cf02263e8c073f60dbd7eb5a8e5 100644 (file)
@@ -1639,7 +1639,7 @@ uncache_image (f, spec)
      Lisp_Object spec;
 {
   struct image_cache *c = FRAME_X_IMAGE_CACHE (f);
-  struct image *img = IMAGE_FROM_ID (f, lookup_image (f, spec));
+  struct image *img;
   unsigned hash = sxhash (spec, 0);
   int i = hash % IMAGE_CACHE_BUCKETS_SIZE;