Parcourir la source

We always use miniz now.

Ryan C. Gordon il y a 12 ans
Parent
commit
8e065c08f7
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. 0 5
      src/archiver_zip.c

+ 0 - 5
src/archiver_zip.c

@@ -15,12 +15,7 @@
 #include <errno.h>
 #include <time.h>
 
-#define USE_MINIZ 1
-#if USE_MINIZ
 #include "physfs_miniz.h"
-#else
-#include <zlib.h>
-#endif
 
 /*
  * A buffer of ZIP_READBUFSIZE is allocated for each compressed file opened,