diff options
author | Tom Sepez <tsepez@chromium.org> | 2017-03-01 13:18:50 -0800 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-03-01 22:13:37 +0000 |
commit | e65d62cb8a67b776439142ee4a62cc0c3cd66f08 (patch) | |
tree | ae7a2dc519f3f2567988aa4b99f7673417cd853e /xfa/fgas/layout/fgas_unicode.h | |
parent | b0d3160afa3ee0190b497d0eced5f5de1fdc8fbb (diff) | |
download | pdfium-e65d62cb8a67b776439142ee4a62cc0c3cd66f08.tar.xz |
Remove unused FX_AdjustCharDisplayPos type, always nullptr args
Found while looking for c-style callbacks.
Change-Id: If21ad273e23eb83c25297e9fc123c3a2228fed70
Reviewed-on: https://pdfium-review.googlesource.com/2893
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'xfa/fgas/layout/fgas_unicode.h')
-rw-r--r-- | xfa/fgas/layout/fgas_unicode.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xfa/fgas/layout/fgas_unicode.h b/xfa/fgas/layout/fgas_unicode.h index b404d6728a..0a1fbfe440 100644 --- a/xfa/fgas/layout/fgas_unicode.h +++ b/xfa/fgas/layout/fgas_unicode.h @@ -18,12 +18,4 @@ typedef CFX_MassArrayTemplate<FX_TPO> CFX_TPOArray; void FX_TEXTLAYOUT_PieceSort(CFX_TPOArray& tpos, int32_t iStart, int32_t iEnd); -typedef bool (*FX_AdjustCharDisplayPos)( - FX_WCHAR wch, - bool bMBCSCode, - const CFX_RetainPtr<CFGAS_GEFont>& pFont, - FX_FLOAT fFontSize, - bool bVertical, - CFX_PointF& ptOffset); - #endif // XFA_FGAS_LAYOUT_FGAS_UNICODE_H_ |