summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/cjs_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpdfsdk/javascript/cjs_context.h')
-rw-r--r--fpdfsdk/javascript/cjs_context.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fpdfsdk/javascript/cjs_context.h b/fpdfsdk/javascript/cjs_context.h
index 84fdf1d3e1..cccdbc7669 100644
--- a/fpdfsdk/javascript/cjs_context.h
+++ b/fpdfsdk/javascript/cjs_context.h
@@ -119,9 +119,7 @@ class CJS_Context : public IJS_Context {
void OnBatchExec(CPDFSDK_Document* pTarget) override;
void OnConsole_Exec() override;
void OnExternal_Exec() override;
- void EnableMessageBox(FX_BOOL bEnable) override;
- FX_BOOL IsMsgBoxEnabled() const { return m_bMsgBoxEnable; }
CJS_Runtime* GetJSRuntime() const { return m_pRuntime; }
CJS_EventHandler* GetEventHandler() const { return m_pEventHandler; }
@@ -132,7 +130,6 @@ class CJS_Context : public IJS_Context {
CJS_Runtime* m_pRuntime;
CJS_EventHandler* m_pEventHandler;
FX_BOOL m_bBusy;
- FX_BOOL m_bMsgBoxEnable;
};
#endif // FPDFSDK_JAVASCRIPT_CJS_CONTEXT_H_