diff options
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emacs.c b/src/emacs.c index 86d2bc65ac7..fd46540ce22 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -2494,9 +2494,6 @@ You must run Emacs in batch mode in order to dump it. */) | |||
| 2494 | # ifdef WINDOWSNT | 2494 | # ifdef WINDOWSNT |
| 2495 | Vlibrary_cache = Qnil; | 2495 | Vlibrary_cache = Qnil; |
| 2496 | # endif | 2496 | # endif |
| 2497 | # ifdef HAVE_WINDOW_SYSTEM | ||
| 2498 | reset_image_types (); | ||
| 2499 | # endif | ||
| 2500 | 2497 | ||
| 2501 | Vpurify_flag = tem; | 2498 | Vpurify_flag = tem; |
| 2502 | 2499 | ||