diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-19 10:39:24 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-19 10:39:24 -0700 |
commit | a28ae388f3859c52630deb6ef3d0ea468e5177e3 (patch) | |
tree | 1ab55ded754a5d1fc6ab5702e9d2244e5830ed68 /core/fpdftext/unicodenormalization.h | |
parent | 11178284eccf22306338cf0d252b8dbb946feb16 (diff) | |
download | pdfium-a28ae388f3859c52630deb6ef3d0ea468e5177e3.tar.xz |
Remove IPDF_TextPage, IPDF_TextPageFind and IPDF_LinkExtract interfaces.
Each was only used by one subclass. Removed and used the concrete classes.
BUG=pdfium:468
Review URL: https://codereview.chromium.org/1897993002
Diffstat (limited to 'core/fpdftext/unicodenormalization.h')
-rw-r--r-- | core/fpdftext/unicodenormalization.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/core/fpdftext/unicodenormalization.h b/core/fpdftext/unicodenormalization.h deleted file mode 100644 index ee3c8b2024..0000000000 --- a/core/fpdftext/unicodenormalization.h +++ /dev/null @@ -1,14 +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 CORE_FPDFTEXT_UNICODENORMALIZATION_H_ -#define CORE_FPDFTEXT_UNICODENORMALIZATION_H_ - -#include "core/fxcrt/include/fx_system.h" - -FX_STRSIZE FX_Unicode_GetNormalization(FX_WCHAR wch, FX_WCHAR* pDst); - -#endif // CORE_FPDFTEXT_UNICODENORMALIZATION_H_ |