summaryrefslogtreecommitdiff
path: root/xfa/src/fxfa/parser/xfa_script_signaturepseudomodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxfa/parser/xfa_script_signaturepseudomodel.h')
-rw-r--r--xfa/src/fxfa/parser/xfa_script_signaturepseudomodel.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/xfa/src/fxfa/parser/xfa_script_signaturepseudomodel.h b/xfa/src/fxfa/parser/xfa_script_signaturepseudomodel.h
deleted file mode 100644
index f7c64971d0..0000000000
--- a/xfa/src/fxfa/parser/xfa_script_signaturepseudomodel.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2014 PDFium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-
-#ifndef XFA_SRC_FXFA_PARSER_XFA_SCRIPT_SIGNATUREPSEUDOMODEL_H_
-#define XFA_SRC_FXFA_PARSER_XFA_SCRIPT_SIGNATUREPSEUDOMODEL_H_
-
-#include "xfa/src/fxfa/parser/xfa_object.h"
-
-class CScript_SignaturePseudoModel : public CXFA_OrdinaryObject {
- public:
- CScript_SignaturePseudoModel(CXFA_Document* pDocument);
- ~CScript_SignaturePseudoModel();
- void Script_SignaturePseudoModel_Verify(CFXJSE_Arguments* pArguments);
- void Script_SignaturePseudoModel_Sign(CFXJSE_Arguments* pArguments);
- void Script_SignaturePseudoModel_Enumerate(CFXJSE_Arguments* pArguments);
- void Script_SignaturePseudoModel_Clear(CFXJSE_Arguments* pArguments);
-};
-
-#endif // XFA_SRC_FXFA_PARSER_XFA_SCRIPT_SIGNATUREPSEUDOMODEL_H_