diff options
author | tsepez <tsepez@chromium.org> | 2016-04-26 09:32:12 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-26 09:32:13 -0700 |
commit | 186a78eb0a821a2f1feef524cb590d0fea2009ba (patch) | |
tree | 8c22dcac7a3e8e9857031e357f3c120b5cea0cbb /xfa/fxfa/include/fxfa.h | |
parent | ba9ee0748ae03519e54e82c49c6aaa481a6fff21 (diff) | |
download | pdfium-186a78eb0a821a2f1feef524cb590d0fea2009ba.tar.xz |
Remove no-op ShowFileDialog(s).
Two different versions, one in xfa and one in fpdfsdk,
both do nothing.
Review URL: https://codereview.chromium.org/1915323002
Diffstat (limited to 'xfa/fxfa/include/fxfa.h')
-rw-r--r-- | xfa/fxfa/include/fxfa.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xfa/fxfa/include/fxfa.h b/xfa/fxfa/include/fxfa.h index 6c07370a29..e241139464 100644 --- a/xfa/fxfa/include/fxfa.h +++ b/xfa/fxfa/include/fxfa.h @@ -259,10 +259,6 @@ class IXFA_AppProvider { const CFX_WideStringC& wsEncode) = 0; virtual void LoadString(int32_t iStringID, CFX_WideString& wsString) = 0; - virtual FX_BOOL ShowFileDialog(const CFX_WideStringC& wsTitle, - const CFX_WideStringC& wsFilter, - CFX_WideStringArray& wsPathArr, - FX_BOOL bOpen = TRUE) = 0; virtual IFWL_AdapterTimerMgr* GetTimerMgr() = 0; }; |