diff options
author | Lei Zhang <thestig@chromium.org> | 2016-02-25 12:08:02 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2016-02-25 12:08:02 -0800 |
commit | 6941d29a825a815bebf93e07c3f2e2274399c7a4 (patch) | |
tree | 222d611e79399d49dce45be9bbb1e0bd0efbfcb3 /xfa/src/fxbarcode/oned/BC_OnedEAN8Writer.cpp | |
parent | 6b7b5a52f42aa9b37be5307915885d5f4566c326 (diff) | |
download | pdfium-6941d29a825a815bebf93e07c3f2e2274399c7a4.tar.xz |
Remove set but unsed variables.
And other nearby dead code.
R=dsinclair@chromium.org
Review URL: https://codereview.chromium.org/1740613002 .
Diffstat (limited to 'xfa/src/fxbarcode/oned/BC_OnedEAN8Writer.cpp')
-rw-r--r-- | xfa/src/fxbarcode/oned/BC_OnedEAN8Writer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/src/fxbarcode/oned/BC_OnedEAN8Writer.cpp b/xfa/src/fxbarcode/oned/BC_OnedEAN8Writer.cpp index 61fe75aae3..9981575112 100644 --- a/xfa/src/fxbarcode/oned/BC_OnedEAN8Writer.cpp +++ b/xfa/src/fxbarcode/oned/BC_OnedEAN8Writer.cpp @@ -182,7 +182,6 @@ void CBC_OnedEAN8Writer::ShowChars(const CFX_WideStringC& contents, if (pOutBitmap) { geBitmap.Attach(pOutBitmap); } - FX_FLOAT charsWidth = 0; int32_t iFontSize = (int32_t)fabs(m_fFontSize); int32_t iTextHeight = iFontSize + 1; if (pOutBitmap == NULL) { @@ -233,7 +232,6 @@ void CBC_OnedEAN8Writer::ShowChars(const CFX_WideStringC& contents, } tempStr = str.Mid(4, 4); iLen = tempStr.GetLength(); - charsWidth = 0.0f; CalcTextInfo(tempStr, pCharPos + 4, m_pFont, (FX_FLOAT)strWidth, iFontSize, blank); if (pOutBitmap) { |