diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-04-29 08:40:24 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-04-29 08:40:24 -0500 |
commit | a0b0d8b9db1ea9f0ef3b090ca8c3ea5ac3034c51 (patch) | |
tree | d552c81ab1cb92777f5bf8a04af44457ce955282 /contrib/pngminim/encoder/makefile | |
parent | f10fa3c9f4002f2d592a8930e1783283509961fd (diff) | |
download | libpng-a0b0d8b9db1ea9f0ef3b090ca8c3ea5ac3034c51.tar.gz |
[devel] Removed dummy_inflate.c from contrib/pngminim/encoder
Diffstat (limited to 'contrib/pngminim/encoder/makefile')
-rw-r--r-- | contrib/pngminim/encoder/makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/pngminim/encoder/makefile b/contrib/pngminim/encoder/makefile index a742e561e..6574308cd 100644 --- a/contrib/pngminim/encoder/makefile +++ b/contrib/pngminim/encoder/makefile @@ -42,7 +42,6 @@ ZHDRS = $(ZH) $(ZCONF) # code because deflate defines an unused API function deflateBound # which itself calls compressBound from compress. ZOBJS = adler32$(O) compress$(O) crc32$(O) deflate$(O) \ - dummy_inflate$(O) \ trees$(O) zutil$(O) # libpng |