summaryrefslogtreecommitdiff
path: root/core/include/fxcrt/fx_stream.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-08-05 15:26:44 -0700
committerTom Sepez <tsepez@chromium.org>2015-08-05 15:26:44 -0700
commitce17b97a1240525b88d7f94c842eac0f7f4051fa (patch)
tree4ca0b8d2675104d25195f2c9fcdf91152c07e6d5 /core/include/fxcrt/fx_stream.h
parentae51c810a44844ef437393c1768be8f7766586b2 (diff)
downloadpdfium-ce17b97a1240525b88d7f94c842eac0f7f4051fa.tar.xz
Mert to XFA: Remove the unused IFX_StreamRead::SetRange() mechanism.
(cherry picked from commit 8d8a99027d38e3b8d452e7ab8049c310b90e780d) Orignal Review URL: https://codereview.chromium.org/1274883002 . TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1273623003 .
Diffstat (limited to 'core/include/fxcrt/fx_stream.h')
-rw-r--r--core/include/fxcrt/fx_stream.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/include/fxcrt/fx_stream.h b/core/include/fxcrt/fx_stream.h
index f872e3334b..c369830382 100644
--- a/core/include/fxcrt/fx_stream.h
+++ b/core/include/fxcrt/fx_stream.h
@@ -99,12 +99,6 @@ class IFX_FileRead : IFX_StreamRead {
virtual FX_FILESIZE GetPosition() { return 0; }
- virtual FX_BOOL SetRange(FX_FILESIZE offset, FX_FILESIZE size) {
- return FALSE;
- }
-
- virtual void ClearRange() {}
-
virtual FX_BOOL ReadBlock(void* buffer, FX_FILESIZE offset, size_t size) = 0;
virtual size_t ReadBlock(void* buffer, size_t size) { return 0; }