aboutsummaryrefslogtreecommitdiff
path: root/deps/inffast.h
diff options
context:
space:
mode:
authorhizzlekizzle2019-03-26 11:36:51 -0500
committerGitHub2019-03-26 11:36:51 -0500
commitd9176559431d6ffcb29ffb247eced5be0003ac32 (patch)
tree0f95cb8937b3aeb658fde24ef8a560adf8214448 /deps/inffast.h
parente2a9a9a58dd4cff8a56f035e3380dd76785f6c45 (diff)
parentbab9a272f3873513faeddc6aceb99c5627aa31d8 (diff)
downloadpcsx_rearmed-d9176559431d6ffcb29ffb247eced5be0003ac32.tar.gz
pcsx_rearmed-d9176559431d6ffcb29ffb247eced5be0003ac32.tar.bz2
pcsx_rearmed-d9176559431d6ffcb29ffb247eced5be0003ac32.zip
Merge pull request #259 from retro-wertz/fix_zlib
Fix missing embedded zlib, remove unneeded zlib files
Diffstat (limited to 'deps/inffast.h')
-rw-r--r--deps/inffast.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/deps/inffast.h b/deps/inffast.h
deleted file mode 100644
index 169a85a..0000000
--- a/deps/inffast.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* inffast.h -- header to use inffast.c
- * Copyright (C) 1995-2003, 2010 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.
- */
-#ifndef _INFFAST_H
-#define _INFFAST_H
-
-void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
-
-#endif