Cruft removal in struct image.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 11 Jun 2011 01:48:59 +0000 (21:48 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 11 Jun 2011 01:48:59 +0000 (21:48 -0400)
commitb50691aaafa255709b1117000ce6fb98d9772695
tree0a6191528a79b28a5eb94211924214222e1cb309
parentcca693976c52acf26f5130848931d274522c69f9
Cruft removal in struct image.

* src/dispextern.h (struct image): Replace data member, whose int_val
and ptr_val fields were not used by anything, with a single
lisp_val object.

* src/image.c (Fimage_metadata, make_image, mark_image, tiff_load)
(gif_clear_image, gif_load, imagemagick_load_image)
(gs_clear_image, gs_load): Callers changed.
src/ChangeLog
src/dispextern.h
src/image.c