diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-10-05 15:29:59 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-10-05 19:48:26 +0000 |
commit | 7f1c6a5cd4ad7fea6b7534db2cb4517b75840dbc (patch) | |
tree | 67b3fa0aef91daa047c73a97cdc44e3ac4bd32d7 /core/fpdfdoc/cpvt_section.h | |
parent | 3bea564a5f6d1a66c082ec4df8c999fccf7ec046 (diff) | |
download | pdfium-7f1c6a5cd4ad7fea6b7534db2cb4517b75840dbc.tar.xz |
Remove CPVT_Section
The CPVT_Section only contained a single rect which was used in one
place. The place it was used never used the variable it assigned it too.
Removed.
Change-Id: I5c3fccff4fad6deca4945e301bffb5348692b23c
Reviewed-on: https://pdfium-review.googlesource.com/15675
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core/fpdfdoc/cpvt_section.h')
-rw-r--r-- | core/fpdfdoc/cpvt_section.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/core/fpdfdoc/cpvt_section.h b/core/fpdfdoc/cpvt_section.h deleted file mode 100644 index 2a89034c35..0000000000 --- a/core/fpdfdoc/cpvt_section.h +++ /dev/null @@ -1,17 +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_SECTION_H_ -#define CORE_FPDFDOC_CPVT_SECTION_H_ - -#include "core/fpdfdoc/cpvt_wordplace.h" -#include "core/fxcrt/fx_coordinates.h" - -struct CPVT_Section { - CFX_FloatRect rcSection; -}; - -#endif // CORE_FPDFDOC_CPVT_SECTION_H_ |