From 1f2489023f2b808c41071d992abceb646ade8e1b Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 14 Sep 2016 10:38:17 -0700 Subject: Remove FFI_ from CPDFSDK_Environment method names The prefix doesn't add anything when used in CPDFSDK_Environment, remove. Review-Url: https://codereview.chromium.org/2338303002 --- xfa/fxfa/include/fxfa.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'xfa/fxfa/include/fxfa.h') diff --git a/xfa/fxfa/include/fxfa.h b/xfa/fxfa/include/fxfa.h index fde8d0f6c6..04fabeec11 100644 --- a/xfa/fxfa/include/fxfa.h +++ b/xfa/fxfa/include/fxfa.h @@ -243,9 +243,6 @@ class IXFA_AppProvider { const CFX_WideString& wsDefaultAnswer = L"", FX_BOOL bMask = TRUE) = 0; - virtual int32_t GetDocumentCountInBatch() = 0; - virtual int32_t GetCurDocumentInBatch() = 0; - /** * Download something from somewhere. * @param[in] wsURL - http, ftp, such as -- cgit v1.2.3