summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/cpvt_sectioninfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfdoc/cpvt_sectioninfo.h')
-rw-r--r--core/fpdfdoc/cpvt_sectioninfo.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/core/fpdfdoc/cpvt_sectioninfo.h b/core/fpdfdoc/cpvt_sectioninfo.h
deleted file mode 100644
index b39cdc9128..0000000000
--- a/core/fpdfdoc/cpvt_sectioninfo.h
+++ /dev/null
@@ -1,24 +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 CORE_FPDFDOC_CPVT_SECTIONINFO_H_
-#define CORE_FPDFDOC_CPVT_SECTIONINFO_H_
-
-#include <memory>
-
-#include "core/fpdfdoc/cpvt_floatrect.h"
-
-struct CPVT_SectionInfo {
- CPVT_SectionInfo();
- CPVT_SectionInfo(const CPVT_SectionInfo& other);
- ~CPVT_SectionInfo();
-
- void operator=(const CPVT_SectionInfo& other);
-
- CPVT_FloatRect rcSection;
-};
-
-#endif // CORE_FPDFDOC_CPVT_SECTIONINFO_H_