]> git.eshelyaron.com Git - emacs.git/commitdiff
* image.c (x_from_xcolors): Remove unused local.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 28 Jun 2013 05:48:53 +0000 (22:48 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 28 Jun 2013 05:48:53 +0000 (22:48 -0700)
src/ChangeLog
src/image.c

index a5e8eefbeef8cfcb8b00131b7e9448bfbdf5205e..e404cdbdb9f39fdb4db6d12a7847755b61638d20 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * image.c (x_from_xcolors): Remove unused local.
+
 2013-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        Defer image data transfer between X client and server until actual
index 8381ce06b9356f8a7fd6b8343925fb2d13ff0c2f..04fec52df38aecdcbe5539be4baa46c3bbbd8caf 100644 (file)
@@ -4657,7 +4657,6 @@ x_from_xcolors (struct frame *f, struct image *img, XColor *colors)
 {
   int x, y;
   XImagePtr oimg = NULL;
-  Pixmap pixmap;
   XColor *p;
 
   init_color_table ();