diff options
Diffstat (limited to 'core/include')
-rw-r--r-- | core/include/fpdfapi/fpdf_module.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/include/fpdfapi/fpdf_module.h b/core/include/fpdfapi/fpdf_module.h index 8f0621a57b..cec8155d41 100644 --- a/core/include/fpdfapi/fpdf_module.h +++ b/core/include/fpdfapi/fpdf_module.h @@ -48,11 +48,6 @@ public: void InitRenderModule(); - - void SetModulePath(FX_LPCSTR module_name, FX_LPCSTR path); - - CFX_ByteString GetModuleFilePath(FX_LPCSTR module_name, FX_LPCSTR name); - void SetDownloadCallback(FX_BOOL (*callback)(FX_LPCSTR module_name)); FX_BOOL DownloadModule(FX_LPCSTR module_name); @@ -118,10 +113,6 @@ protected: FX_BOOL (*m_pDownloadCallback)(FX_LPCSTR module_name); - CFX_ByteString m_DefaultModulePath; - - CFX_CMapByteStringToPtr m_ModulePathList; - CFX_MapByteStringToPtr m_SecurityHandlerMap; CFX_PrivateData m_privateData; |