From 93bb725b62f9779534c9444c1e1319fe8c28912e Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 7 Dec 2017 22:33:43 +0000 Subject: [xfa] Move JS method information to files. This CL moves the XFA SOM JS Method information out of the c-array and into individual CJX class files. Change-Id: I401046a06aacaf1f04e5a51eb899e479de012e15 Reviewed-on: https://pdfium-review.googlesource.com/20450 Reviewed-by: Lei Zhang Commit-Queue: dsinclair --- xfa/fxfa/parser/cxfa_layoutpseudomodel.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 xfa/fxfa/parser/cxfa_layoutpseudomodel.h (limited to 'xfa/fxfa/parser/cxfa_layoutpseudomodel.h') diff --git a/xfa/fxfa/parser/cxfa_layoutpseudomodel.h b/xfa/fxfa/parser/cxfa_layoutpseudomodel.h deleted file mode 100644 index 8ffa4bba25..0000000000 --- a/xfa/fxfa/parser/cxfa_layoutpseudomodel.h +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright 2017 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_FXFA_PARSER_CXFA_LAYOUTPSEUDOMODEL_H_ -#define XFA_FXFA_PARSER_CXFA_LAYOUTPSEUDOMODEL_H_ - -#include "xfa/fxfa/parser/cxfa_node.h" - -class CXFA_LayoutPseudoModel : public CXFA_Node { - public: - CXFA_LayoutPseudoModel(CXFA_Document* doc, XFA_PacketType packet); - ~CXFA_LayoutPseudoModel() override; -}; - -#endif // XFA_FXFA_PARSER_CXFA_LAYOUTPSEUDOMODEL_H_ -- cgit v1.2.3