# HG changeset patch # User Gerd Moellmann # Date 958737253 0 # Node ID ee61d41ad78973fb00ea1c105662dc72013689c9 # Parent 159b3efa85579627d30033290b7f37d9c6d3d786 (Vimages_types): Moved to xdisp.c. (syms_of_xfns): Move `image-types' to xdisp.c. diff -r 159b3efa8557 -r ee61d41ad789 src/xfns.c --- a/src/xfns.c Fri May 19 11:53:38 2000 +0000 +++ b/src/xfns.c Fri May 19 11:54:13 2000 +0000 @@ -4897,10 +4897,6 @@ static struct image_type *image_types; -/* A list of symbols, one for each supported image type. */ - -Lisp_Object Vimage_types; - /* The symbol `image' which is the car of the lists used to represent images in Lisp. */ @@ -10312,11 +10308,6 @@ meaning don't clear the cache."); Vimage_cache_eviction_delay = make_number (30 * 60); - DEFVAR_LISP ("image-types", &Vimage_types, - "List of supported image types.\n\ -Each element of the list is a symbol for a supported image type."); - Vimage_types = Qnil; - #ifdef USE_X_TOOLKIT Fprovide (intern ("x-toolkit")); #endif