diff options
author | tsepez <tsepez@chromium.org> | 2016-07-21 13:29:55 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-21 13:29:55 -0700 |
commit | 1d3348ce0092d6d2a40de5f8433c0d0c16a1e12e (patch) | |
tree | 9d4f456e15a533fb49b2a9bdc6a38e47ad1210dc /fpdfsdk/javascript/ijs_context.h | |
parent | 9ca2b09126b80c03655f0eee1f02e1b2d0a18230 (diff) | |
download | pdfium-1d3348ce0092d6d2a40de5f8433c0d0c16a1e12e.tar.xz |
Remove EnableMessageBox() / IsMessageBoxEnabled()
It's always enabled. Also inline FXJS_MsgBox since it only
has one caller.
Review-Url: https://codereview.chromium.org/2167343002
Diffstat (limited to 'fpdfsdk/javascript/ijs_context.h')
-rw-r--r-- | fpdfsdk/javascript/ijs_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fpdfsdk/javascript/ijs_context.h b/fpdfsdk/javascript/ijs_context.h index 365533c091..587ff8110c 100644 --- a/fpdfsdk/javascript/ijs_context.h +++ b/fpdfsdk/javascript/ijs_context.h @@ -125,8 +125,6 @@ class IJS_Context { virtual void OnConsole_Exec() = 0; virtual void OnExternal_Exec() = 0; - virtual void EnableMessageBox(FX_BOOL bEnable) = 0; - protected: virtual ~IJS_Context() {} }; |