From 0dbaa90e9f6777c5d2203cd18dc565670d6271c0 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 7 Nov 2017 18:32:30 +0000 Subject: Rename CXFA_Arc to CXFA_ArcData This CL renames the CXFA_Arc class to make it clear it's part of the data hierarchy. Change-Id: Ia4cc276a2829db7ff11e778fe639b5c5656bf23e Reviewed-on: https://pdfium-review.googlesource.com/17970 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- xfa/fxfa/parser/cxfa_arc.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 xfa/fxfa/parser/cxfa_arc.h (limited to 'xfa/fxfa/parser/cxfa_arc.h') diff --git a/xfa/fxfa/parser/cxfa_arc.h b/xfa/fxfa/parser/cxfa_arc.h deleted file mode 100644 index e712d806a7..0000000000 --- a/xfa/fxfa/parser/cxfa_arc.h +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright 2016 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_ARC_H_ -#define XFA_FXFA_PARSER_CXFA_ARC_H_ - -#include "xfa/fxfa/parser/cxfa_box.h" - -class CXFA_Node; - -class CXFA_Arc : public CXFA_Box { - public: - explicit CXFA_Arc(CXFA_Node* pNode) : CXFA_Box(pNode) {} -}; - -#endif // XFA_FXFA_PARSER_CXFA_ARC_H_ -- cgit v1.2.3