Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Common/OffsetStream.h')
-rwxr-xr-x7zip/Common/OffsetStream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/7zip/Common/OffsetStream.h b/7zip/Common/OffsetStream.h
index 20c65452..57a055cc 100755
--- a/7zip/Common/OffsetStream.h
+++ b/7zip/Common/OffsetStream.h
@@ -18,7 +18,6 @@ public:
MY_UNKNOWN_IMP
STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
- STDMETHOD(WritePart)(const void *data, UInt32 size, UInt32 *processedSize);
STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
STDMETHOD(SetSize)(Int64 newSize);
};