summaryrefslogtreecommitdiff
path: root/fpdfsdk/fsdk_define.h
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-10-21 15:04:28 -0700
committerCommit bot <commit-bot@chromium.org>2016-10-21 15:04:28 -0700
commit2f2b58c45dbe369c72d29d2be89605467b082f39 (patch)
tree8bb870b02c7fcabe37c6462d5c7a64866b85ef1a /fpdfsdk/fsdk_define.h
parent5532835aeb884642571be2f7b741b5f49f76cd64 (diff)
downloadpdfium-2f2b58c45dbe369c72d29d2be89605467b082f39.tar.xz
Remove dead code in CPDF_CustomAccess
Review-Url: https://chromiumcodereview.appspot.com/2441653004
Diffstat (limited to 'fpdfsdk/fsdk_define.h')
-rw-r--r--fpdfsdk/fsdk_define.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/fpdfsdk/fsdk_define.h b/fpdfsdk/fsdk_define.h
index 372ceb31e9..b59a3c2657 100644
--- a/fpdfsdk/fsdk_define.h
+++ b/fpdfsdk/fsdk_define.h
@@ -35,18 +35,8 @@ class CPDF_CustomAccess final : public IFX_FileRead {
void Release() override;
FX_BOOL ReadBlock(void* buffer, FX_FILESIZE offset, size_t size) override;
-#ifdef PDF_ENABLE_XFA
- virtual CFX_ByteString GetFullPath();
- virtual FX_BOOL GetByte(uint32_t pos, uint8_t& ch);
- virtual FX_BOOL GetBlock(uint32_t pos, uint8_t* pBuf, uint32_t size);
-#endif // PDF_ENABLE_XFA
-
private:
FPDF_FILEACCESS m_FileAccess;
-#ifdef PDF_ENABLE_XFA
- uint8_t m_Buffer[512];
- uint32_t m_BufferOffset;
-#endif // PDF_ENABLE_XFA
};
#ifdef PDF_ENABLE_XFA