Index: fpdfsdk/fxedit/fxet_edit.cpp |
diff --git a/fpdfsdk/fxedit/fxet_edit.cpp b/fpdfsdk/fxedit/fxet_edit.cpp |
index 8912fa5fd8439723bd57d4eec7da933c96b8c6ff..4c280b05022a0e596d3d01be64e112fe2f6847eb 100644 |
--- a/fpdfsdk/fxedit/fxet_edit.cpp |
+++ b/fpdfsdk/fxedit/fxet_edit.cpp |
@@ -221,9 +221,7 @@ IPVT_FontMap* CFX_Edit_Provider::GetFontMap() { |
return m_pFontMap; |
} |
-int32_t CFX_Edit_Provider::GetCharWidth(int32_t nFontIndex, |
- uint16_t word, |
- int32_t nWordStyle) { |
+int32_t CFX_Edit_Provider::GetCharWidth(int32_t nFontIndex, uint16_t word) { |
if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) { |
uint32_t charcode = word; |