From: Tsuda Kageyu Date: Mon, 5 Jan 2015 02:00:47 +0000 (+0900) Subject: Remove an unused file from taglib/CMakeLists.txt. X-Git-Tag: v1.10beta~126^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2685ec184293c54ebb70de3b856ec57378e85395;p=taglib Remove an unused file from taglib/CMakeLists.txt. uncompr.c is no longer used since caa53e8 --- diff --git a/taglib/CMakeLists.txt b/taglib/CMakeLists.txt index 2eadf391..33a0030b 100644 --- a/taglib/CMakeLists.txt +++ b/taglib/CMakeLists.txt @@ -318,7 +318,6 @@ if(HAVE_ZLIB_SOURCE) ${ZLIB_SOURCE}/inffast.c ${ZLIB_SOURCE}/inflate.c ${ZLIB_SOURCE}/inftrees.c - ${ZLIB_SOURCE}/uncompr.c ${ZLIB_SOURCE}/zutil.c ) endif()