* image.c (x_from_xcolors): Remove unused local.

This commit is contained in:
Paul Eggert 2013-06-27 22:48:53 -07:00
parent b8075603a4
commit ba3de9e6ab
2 changed files with 4 additions and 1 deletions

View 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

View 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 ();