* image.c (x_from_xcolors): Remove unused local.
This commit is contained in:
parent
b8075603a4
commit
ba3de9e6ab
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 ();
|
||||
|
|
Loading…
Add table
Reference in a new issue