From: Paul Eggert Date: Fri, 28 Jun 2013 05:48:53 +0000 (-0700) Subject: * image.c (x_from_xcolors): Remove unused local. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1992^2~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba3de9e6abfc07d733fcb3390de0be24b02b9e23;p=emacs.git * image.c (x_from_xcolors): Remove unused local. --- diff --git a/src/ChangeLog b/src/ChangeLog index a5e8eefbeef..e404cdbdb9f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2013-06-28 Paul Eggert + + * image.c (x_from_xcolors): Remove unused local. + 2013-06-28 YAMAMOTO Mitsuharu Defer image data transfer between X client and server until actual diff --git a/src/image.c b/src/image.c index 8381ce06b93..04fec52df38 100644 --- a/src/image.c +++ b/src/image.c @@ -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 ();