Merge pull request #490 from TsudaKageyu/remove-uncompr

Remove an unused file from taglib/CMakeLists.txt.
This commit is contained in:
Stephen F. Booth 2015-01-04 22:31:42 -05:00
commit 2b0a540228

View File

@ -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()