diff options
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index 59347161576..8d9c33de12c 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -563,7 +563,6 @@ static void x_emboss (struct frame *, struct image *); | |||
| 563 | static void x_build_heuristic_mask (struct frame *, struct image *, | 563 | static void x_build_heuristic_mask (struct frame *, struct image *, |
| 564 | Lisp_Object); | 564 | Lisp_Object); |
| 565 | #ifdef WINDOWSNT | 565 | #ifdef WINDOWSNT |
| 566 | extern Lisp_Object Vlibrary_cache; | ||
| 567 | #define CACHE_IMAGE_TYPE(type, status) \ | 566 | #define CACHE_IMAGE_TYPE(type, status) \ |
| 568 | do { Vlibrary_cache = Fcons (Fcons (type, status), Vlibrary_cache); } while (0) | 567 | do { Vlibrary_cache = Fcons (Fcons (type, status), Vlibrary_cache); } while (0) |
| 569 | #else | 568 | #else |