diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-11-06 21:19:32 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-11-06 21:19:32 +0000 |
commit | ccaf638782c9ed16b72e26598ecf9ddec7f12c94 (patch) | |
tree | 159ce111616b5ab19cbcdf6df4dd8d45aae34236 /xfa/fxfa/parser/cxfa_validate.h | |
parent | 05a23e93325063b0bc93f382d6de5864e0e71d0e (diff) | |
download | pdfium-ccaf638782c9ed16b72e26598ecf9ddec7f12c94.tar.xz |
Remove CXFA_Validate::SetTestValue
The method is called once, so fold into caller.
Change-Id: I850e822969e203ce8f204ba2d8e5d99330b36e4b
Reviewed-on: https://pdfium-review.googlesource.com/17855
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser/cxfa_validate.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_validate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xfa/fxfa/parser/cxfa_validate.h b/xfa/fxfa/parser/cxfa_validate.h index ce4ba647cc..ebe3eaee56 100644 --- a/xfa/fxfa/parser/cxfa_validate.h +++ b/xfa/fxfa/parser/cxfa_validate.h @@ -34,9 +34,6 @@ class CXFA_Validate : public CXFA_Data { private: void GetMessageText(WideString& wsMessage, const WideString& wsMessageType); void SetMessageText(WideString& wsMessage, const WideString& wsMessageType); - bool SetTestValue(int32_t iType, - WideString& wsValue, - XFA_ATTRIBUTEENUM eName); }; #endif // XFA_FXFA_PARSER_CXFA_VALIDATE_H_ |