aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
authorPaul Eggert2013-06-27 22:48:53 -0700
committerPaul Eggert2013-06-27 22:48:53 -0700
commitba3de9e6abfc07d733fcb3390de0be24b02b9e23 (patch)
treecab8b65310fca4ffff7ebff840e7631a943dbc35 /src/image.c
parentb8075603a4cb816aa44fe1b334ecb166ac7d0b5d (diff)
downloademacs-ba3de9e6abfc07d733fcb3390de0be24b02b9e23.tar.gz
emacs-ba3de9e6abfc07d733fcb3390de0be24b02b9e23.zip
* image.c (x_from_xcolors): Remove unused local.
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c1
1 files changed, 0 insertions, 1 deletions
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)
4657{ 4657{
4658 int x, y; 4658 int x, y;
4659 XImagePtr oimg = NULL; 4659 XImagePtr oimg = NULL;
4660 Pixmap pixmap;
4661 XColor *p; 4660 XColor *p;
4662 4661
4663 init_color_table (); 4662 init_color_table ();