Remove an unused file from taglib/CMakeLists.txt.

uncompr.c is no longer used since caa53e8
This commit is contained in:
Tsuda Kageyu 2015-01-05 11:00:47 +09:00
parent fdea6dcd40
commit 2685ec1842

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