aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-05-19 11:54:13 +0000
committerGerd Moellmann <[email protected]>2000-05-19 11:54:13 +0000
commit729ae5471f4d77ff5e60d953d9481a6632d2868f (patch)
tree1dde25d10c5d44b270b28e0eaacf5ac38800b832 /src/xfns.c
parent8ee2a6b11150a1d91cb84cf6f3355f20eb40258f (diff)
(Vimages_types): Moved to xdisp.c.
(syms_of_xfns): Move `image-types' to xdisp.c.
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 7c991d2826..cf2ba14bb9 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -4897,10 +4897,6 @@ x_sync (f)
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 @@ 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;
-
#ifdef USE_X_TOOLKIT
Fprovide (intern ("x-toolkit"));
#endif