aboutsummaryrefslogtreecommitdiff
path: root/common/unzip.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/unzip.h')
-rw-r--r--common/unzip.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/unzip.h b/common/unzip.h
index 2f87a96d2b..c460840f12 100644
--- a/common/unzip.h
+++ b/common/unzip.h
@@ -25,8 +25,6 @@
#ifndef COMMON_UNZIP_H
#define COMMON_UNZIP_H
-#ifdef USE_ZLIB
-
namespace Common {
class Archive;
@@ -62,6 +60,4 @@ Archive *makeZipArchive(SeekableReadStream *stream);
} // End of namespace Common
-#endif // USE_ZLIB
-
#endif