]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove workaround from w32image.c
authorEli Zaretskii <eliz@gnu.org>
Mon, 20 Apr 2020 16:29:58 +0000 (19:29 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 20 Apr 2020 16:29:58 +0000 (19:29 +0300)
* src/w32image.c (w32_load_image): Remove a workaround for a bug
that is not needed anymore.  This error was happening because
GDI+ functions were called as CDECL, not as STDCALL.

src/w32image.c

index 085a5db3abdcea98e00b2cb6609f9d9bb7aaf25a..8d39a09dc7e638e08e8ff1b0bf500ea4e86c2ead 100644 (file)
@@ -447,8 +447,6 @@ w32_load_image (struct frame *f, struct image *img,
           if (delay >= 0)
             metadata = Fcons (Qdelay, Fcons (make_float (delay), metadata));
         }
-      else if (status == Win32Error) /* FIXME! */
-       status = Ok;
     }
 
   if (status == Ok)