From 186a78eb0a821a2f1feef524cb590d0fea2009ba Mon Sep 17 00:00:00 2001 From: tsepez Date: Tue, 26 Apr 2016 09:32:12 -0700 Subject: 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 --- fpdfsdk/fpdfxfa/include/fpdfxfa_app.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h') diff --git a/fpdfsdk/fpdfxfa/include/fpdfxfa_app.h b/fpdfsdk/fpdfxfa/include/fpdfxfa_app.h index e88061fc4b..6491781cbe 100644 --- a/fpdfsdk/fpdfxfa/include/fpdfxfa_app.h +++ b/fpdfsdk/fpdfxfa/include/fpdfxfa_app.h @@ -76,10 +76,6 @@ class CPDFXFA_App : public IXFA_AppProvider { const CFX_WideStringC& wsEncode) override; void LoadString(int32_t iStringID, CFX_WideString& wsString) override; - FX_BOOL ShowFileDialog(const CFX_WideStringC& wsTitle, - const CFX_WideStringC& wsFilter, - CFX_WideStringArray& wsPathArr, - FX_BOOL bOpen) override; IFWL_AdapterTimerMgr* GetTimerMgr() override; CFX_ArrayTemplate m_pEnvList; -- cgit v1.2.3