aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32image.c')
-rw-r--r--src/w32image.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/w32image.c b/src/w32image.c
index 8d39a09dc7e..70b2eb29b87 100644
--- a/src/w32image.c
+++ b/src/w32image.c
@@ -414,7 +414,6 @@ w32_load_image (struct frame *f, struct image *img,
414 and succeeded. We have a valid token and GDI+ is active. */ 414 and succeeded. We have a valid token and GDI+ is active. */
415 if (STRINGP (spec_file)) 415 if (STRINGP (spec_file))
416 { 416 {
417 spec_file = ENCODE_FILE (spec_file);
418 const char *fn = map_w32_filename (SSDATA (spec_file), NULL); 417 const char *fn = map_w32_filename (SSDATA (spec_file), NULL);
419 wchar_t filename_w[MAX_PATH]; 418 wchar_t filename_w[MAX_PATH];
420 filename_to_utf16 (fn, filename_w); 419 filename_to_utf16 (fn, filename_w);