Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(742)

Unified Diff: fpdfsdk/fsdk_define.h

Issue 2441653004: Remove dead code in CPDF_CustomAccess (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fpdfsdk/fpdfview.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/fsdk_define.h
diff --git a/fpdfsdk/fsdk_define.h b/fpdfsdk/fsdk_define.h
index 372ceb31e9994e4fef80afbf95af7dbbd41d094c..b59a3c265711c7d90983e02e15f847d4312b011f 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
« no previous file with comments | « fpdfsdk/fpdfview.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698