summaryrefslogtreecommitdiff
path: root/fpdfsdk/fxedit/include/fxet_edit.h
diff options
context:
space:
mode:
authornpm <npm@chromium.org>2016-09-14 11:54:44 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-14 11:54:44 -0700
commit41d6bbe3d413e7854be89142b70c42a89e315cba (patch)
treeeb1515b93e1b1652b1aab1a88255221279e288a8 /fpdfsdk/fxedit/include/fxet_edit.h
parent1f2489023f2b808c41071d992abceb646ade8e1b (diff)
downloadpdfium-41d6bbe3d413e7854be89142b70c42a89e315cba.tar.xz
Delete unused parameter nWordStyle from GetCharWidth()chromium/2861
Deleted parameter from callers, who also do not use it. Review-Url: https://codereview.chromium.org/2337973004
Diffstat (limited to 'fpdfsdk/fxedit/include/fxet_edit.h')
-rw-r--r--fpdfsdk/fxedit/include/fxet_edit.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/fpdfsdk/fxedit/include/fxet_edit.h b/fpdfsdk/fxedit/include/fxet_edit.h
index 9ef2e64fc3..c1b000012f 100644
--- a/fpdfsdk/fxedit/include/fxet_edit.h
+++ b/fpdfsdk/fxedit/include/fxet_edit.h
@@ -542,9 +542,7 @@ class CFX_Edit_Provider : public CPDF_VariableText::Provider {
IPVT_FontMap* GetFontMap();
// CPDF_VariableText::Provider:
- int32_t GetCharWidth(int32_t nFontIndex,
- uint16_t word,
- int32_t nWordStyle) override;
+ int32_t GetCharWidth(int32_t nFontIndex, uint16_t word) override;
int32_t GetTypeAscent(int32_t nFontIndex) override;
int32_t GetTypeDescent(int32_t nFontIndex) override;
int32_t GetWordFontIndex(uint16_t word,