Remove unused define
This commit is contained in:
parent
27e1281fbb
commit
e6aa2b67d4
1 changed files with 0 additions and 2 deletions
|
@ -416,8 +416,6 @@ ZipFile::~ZipFile()
|
|||
delete m_pStream;
|
||||
}
|
||||
|
||||
#define CHUNK 16384
|
||||
|
||||
/** Provides an interface to read the uncompressed data of a content of the zip file
|
||||
|
||||
@precond The specified content must exist in this file
|
||||
|
|
Loading…
Reference in a new issue