# HG changeset patch # User Gerd Moellmann # Date 958737137 0 # Node ID 6bf3edbe4eba44b0f804be5817db41158e620893 # Parent ae47bb1b8f9d07f634361406c13bb6631d3ba0da (Vimage_types): Removed. (syms_of_w32fns): Remove `image-types'. diff -r ae47bb1b8f9d -r 6bf3edbe4eba src/w32fns.c --- a/src/w32fns.c Fri May 19 09:47:47 2000 +0000 +++ b/src/w32fns.c Fri May 19 11:52:17 2000 +0000 @@ -7186,10 +7186,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. */ @@ -12953,11 +12949,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; - DEFVAR_LISP ("w32-bdf-filename-alist", &Vw32_bdf_filename_alist, "List of bdf fonts and their corresponding filenames.");