diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-03-21 10:52:07 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-03-21 10:52:36 +0100 |
commit | e6aa2b67d4c0f1a65fcddabb77186c75a3ae1c1a (patch) | |
tree | 57df84cc0d8a09ee4a394d2d4936423c4bbdf674 /shell/source/win32 | |
parent | 27e1281fbb2cc581189cfa6edd0fbaa11fec3d49 (diff) |
Remove unused define
Diffstat (limited to 'shell/source/win32')
-rw-r--r-- | shell/source/win32/zipfile/zipfile.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/source/win32/zipfile/zipfile.cxx b/shell/source/win32/zipfile/zipfile.cxx index de99aa671e62..e443313ecedf 100644 --- a/shell/source/win32/zipfile/zipfile.cxx +++ b/shell/source/win32/zipfile/zipfile.cxx @@ -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 |