X-Git-Url: http://git.maemo.org/git/?p=opencv;a=blobdiff_plain;f=otherlibs%2F_graphics%2Fsrc%2Fzlib%2Finffast.h;fp=otherlibs%2F_graphics%2Fsrc%2Fzlib%2Finffast.h;h=0000000000000000000000000000000000000000;hp=1e88d2d97b568d37c44800c5aa7e54cfa33d46d3;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hpb=454138ff8a20f6edb9b65a910101403d8b520643 diff --git a/otherlibs/_graphics/src/zlib/inffast.h b/otherlibs/_graphics/src/zlib/inffast.h deleted file mode 100644 index 1e88d2d..0000000 --- a/otherlibs/_graphics/src/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));