From e6aa2b67d4c0f1a65fcddabb77186c75a3ae1c1a Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Wed, 21 Mar 2012 10:52:07 +0100 Subject: Remove unused define --- shell/source/win32/zipfile/zipfile.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'shell') 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 -- cgit