aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
authorChong Yidong2008-07-25 17:11:42 +0000
committerChong Yidong2008-07-25 17:11:42 +0000
commit9d7112edd6319079997522d9fd835fdd9fc2cccf (patch)
tree58ecbb18ca5d8e0ce2e1ca9f557e06527309ebdd /src/image.c
parente025c9c2fd7016ab3c1e3e968e975780fceb616b (diff)
downloademacs-9d7112edd6319079997522d9fd835fdd9fc2cccf.tar.gz
emacs-9d7112edd6319079997522d9fd835fdd9fc2cccf.zip
(x_from_xcolors): Don't initialize pixmap (silence compiler).
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index 5c9f5d5bdd1..65208c4783d 100644
--- a/src/image.c
+++ b/src/image.c
@@ -5597,7 +5597,7 @@ x_from_xcolors (f, img, colors)
5597{ 5597{
5598 int x, y; 5598 int x, y;
5599 XImagePtr oimg = NULL; 5599 XImagePtr oimg = NULL;
5600 Pixmap pixmap = NULL; 5600 Pixmap pixmap;
5601 XColor *p; 5601 XColor *p;
5602 5602
5603 init_color_table (); 5603 init_color_table ();