]> git.eshelyaron.com Git - emacs.git/commitdiff
(Vimage_types): Removed.
authorGerd Moellmann <gerd@gnu.org>
Fri, 19 May 2000 11:52:17 +0000 (11:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 19 May 2000 11:52:17 +0000 (11:52 +0000)
(syms_of_w32fns): Remove `image-types'.

src/w32fns.c

index ad914f44a4ce299f07f529be97dc040fe9137dfe..1c5aacd7ae04a5d2c3bb4ca3510abfedfed30abd 100644 (file)
@@ -7186,10 +7186,6 @@ If DISPLAY is omitted or nil, that stands for the selected frame's display.")
 
 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 @@ from the image cache.  Value must be an integer or nil with nil\n\
 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.");