summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/zlib/inffast.h
diff options
context:
space:
mode:
authoraavit <qt-info@nokia.com>2011-03-24 08:37:11 (GMT)
committeraavit <qt-info@nokia.com>2011-03-24 09:10:08 (GMT)
commit9000f5b8cabd9039f0938ad35d7455b8de807466 (patch)
treeaba6944e8f0465d5a051603977abb372f48dd948 /src/3rdparty/zlib/inffast.h
parent7659d865ebb1e52f452ed041270e09e5024825a1 (diff)
downloadQt-9000f5b8cabd9039f0938ad35d7455b8de807466.zip
Qt-9000f5b8cabd9039f0938ad35d7455b8de807466.tar.gz
Qt-9000f5b8cabd9039f0938ad35d7455b8de807466.tar.bz2
Upgrading zlib: Remove zlib version 1.2.3
Diffstat (limited to 'src/3rdparty/zlib/inffast.h')
-rw-r--r--src/3rdparty/zlib/inffast.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/3rdparty/zlib/inffast.h b/src/3rdparty/zlib/inffast.h
deleted file mode 100644
index 1e88d2d..0000000
--- a/src/3rdparty/zlib/inffast.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* inffast.h -- header to use inffast.c
- * Copyright (C) 1995-2003 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h
- */
-
-/* WARNING: this file should *not* be used by applications. It is
- part of the implementation of the compression library and is
- subject to change. Applications should only use zlib.h.
- */
-
-void inflate_fast OF((z_streamp strm, unsigned start));