summaryrefslogtreecommitdiff
path: root/fpdfsdk/include
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-04-26 09:32:12 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-26 09:32:13 -0700
commit186a78eb0a821a2f1feef524cb590d0fea2009ba (patch)
tree8c22dcac7a3e8e9857031e357f3c120b5cea0cbb /fpdfsdk/include
parentba9ee0748ae03519e54e82c49c6aaa481a6fff21 (diff)
downloadpdfium-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 'fpdfsdk/include')
-rw-r--r--fpdfsdk/include/fsdk_mgr.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/fpdfsdk/include/fsdk_mgr.h b/fpdfsdk/include/fsdk_mgr.h
index 0578a16e3d..ff947cccf8 100644
--- a/fpdfsdk/include/fsdk_mgr.h
+++ b/fpdfsdk/include/fsdk_mgr.h
@@ -368,13 +368,6 @@ class CPDFDoc_Environment final {
return FALSE;
}
- FPDF_BOOL FFI_ShowFileDialog(const FX_WCHAR* wsTitle,
- const FX_WCHAR* wsFilter,
- std::vector<CFX_WideString>& wsPathArr,
- FX_BOOL bOpen) {
- return FALSE;
- }
-
CFX_WideString FFI_GetLanguage() {
if (m_pInfo && m_pInfo->FFI_GetLanguage) {
int nRequiredLen = m_pInfo->FFI_GetLanguage(m_pInfo, NULL, 0);