From e65d62cb8a67b776439142ee4a62cc0c3cd66f08 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Wed, 1 Mar 2017 13:18:50 -0800 Subject: 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 Commit-Queue: Tom Sepez --- xfa/fgas/layout/fgas_textbreak.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xfa/fgas/layout/fgas_textbreak.h') diff --git a/xfa/fgas/layout/fgas_textbreak.h b/xfa/fgas/layout/fgas_textbreak.h index a217d1636e..cadfcf12bc 100644 --- a/xfa/fgas/layout/fgas_textbreak.h +++ b/xfa/fgas/layout/fgas_textbreak.h @@ -227,8 +227,7 @@ class CFX_TxtBreak { int32_t GetDisplayPos(const FX_TXTRUN* pTxtRun, FXTEXT_CHARPOS* pCharPos, bool bCharCode = false, - CFX_WideString* pWSForms = nullptr, - FX_AdjustCharDisplayPos pAdjustPos = nullptr) const; + CFX_WideString* pWSForms = nullptr) const; int32_t GetCharRects(const FX_TXTRUN* pTxtRun, std::vector* rtArray, bool bCharBBox = false) const; -- cgit v1.2.3