diff options
| author | Gerd Moellmann | 2000-05-19 11:52:17 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-05-19 11:52:17 +0000 |
| commit | c6718dc4f56af4aed27711aba2eb5ad9ddc37667 (patch) | |
| tree | e683384939adeef0e53176f8509cbe17d1d625bb /src | |
| parent | db7314bdb584d444005397e419fe5b991648b74d (diff) | |
| download | emacs-c6718dc4f56af4aed27711aba2eb5ad9ddc37667.tar.gz emacs-c6718dc4f56af4aed27711aba2eb5ad9ddc37667.zip | |
(Vimage_types): Removed.
(syms_of_w32fns): Remove `image-types'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index ad914f44a4c..1c5aacd7ae0 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -7186,10 +7186,6 @@ If DISPLAY is omitted or nil, that stands for the selected frame's display.") | |||
| 7186 | 7186 | ||
| 7187 | static struct image_type *image_types; | 7187 | static struct image_type *image_types; |
| 7188 | 7188 | ||
| 7189 | /* A list of symbols, one for each supported image type. */ | ||
| 7190 | |||
| 7191 | Lisp_Object Vimage_types; | ||
| 7192 | |||
| 7193 | /* The symbol `image' which is the car of the lists used to represent | 7189 | /* The symbol `image' which is the car of the lists used to represent |
| 7194 | images in Lisp. */ | 7190 | images in Lisp. */ |
| 7195 | 7191 | ||
| @@ -12953,11 +12949,6 @@ from the image cache. Value must be an integer or nil with nil\n\ | |||
| 12953 | meaning don't clear the cache."); | 12949 | meaning don't clear the cache."); |
| 12954 | Vimage_cache_eviction_delay = make_number (30 * 60); | 12950 | Vimage_cache_eviction_delay = make_number (30 * 60); |
| 12955 | 12951 | ||
| 12956 | DEFVAR_LISP ("image-types", &Vimage_types, | ||
| 12957 | "List of supported image types.\n\ | ||
| 12958 | Each element of the list is a symbol for a supported image type."); | ||
| 12959 | Vimage_types = Qnil; | ||
| 12960 | |||
| 12961 | DEFVAR_LISP ("w32-bdf-filename-alist", | 12952 | DEFVAR_LISP ("w32-bdf-filename-alist", |
| 12962 | &Vw32_bdf_filename_alist, | 12953 | &Vw32_bdf_filename_alist, |
| 12963 | "List of bdf fonts and their corresponding filenames."); | 12954 | "List of bdf fonts and their corresponding filenames."); |