]> mj.ucw.cz Git - libucw.git/commitdiff
debug customization compiles image-tool
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Tue, 25 Jul 2006 07:39:43 +0000 (09:39 +0200)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Tue, 25 Jul 2006 07:39:43 +0000 (09:39 +0200)
images/io-main.c

index 583a0fbe440d47ed98a74a16624e2e30c17bae38..a930450fd7e28055960022063f9ab6f0e0b13f91 100644 (file)
@@ -135,9 +135,7 @@ image_io_read_data(struct image_io *io, int ref)
       break;
 
     case IMAGE_FORMAT_GIF:
-#if defined(CONFIG_LIBUNGIF)
-      result = libungif_read_data(io);
-#elif defined(CONFIG_LIBMAGICK)
+#if defined(CONFIG_LIBMAGICK)
       result = libmagick_read_data(io);
 #else
       ASSERT(0);