emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110451: Remove CHECK_LIB_AVAILABLE f


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110451: Remove CHECK_LIB_AVAILABLE from image.c, mistakenly reintroduced by cygw32.
Date: Mon, 08 Oct 2012 12:05:50 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110451
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Mon 2012-10-08 12:05:50 +0200
message:
  Remove CHECK_LIB_AVAILABLE from image.c, mistakenly reintroduced by cygw32.
  
   src/image.c (CHECK_LIB_AVAILABLE): Remove, no longer used.
modified:
  src/image.c
=== modified file 'src/image.c'
--- a/src/image.c       2012-10-08 09:19:20 +0000
+++ b/src/image.c       2012-10-08 10:05:50 +0000
@@ -8783,16 +8783,6 @@
                            Initialization
  ***********************************************************************/
 
-#ifdef WINDOWSNT
-/* Image types that rely on external libraries are loaded dynamically
-   if the library is available.  */
-#define CHECK_LIB_AVAILABLE(image_type, init_lib_fn, libraries) \
-  define_image_type (image_type, init_lib_fn (libraries))
-#else
-#define CHECK_LIB_AVAILABLE(image_type, init_lib_fn, libraries) \
-  define_image_type (image_type, 1)
-#endif /* WINDOWSNT */
-
 DEFUN ("init-image-library", Finit_image_library, Sinit_image_library, 1, 1, 0,
        doc: /* Initialize image library implementing image type TYPE.
 Return non-nil if TYPE is a supported image type.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]