diff options
author | Jun Fang <jun_fang@foxitsoftware.com> | 2015-11-03 19:01:30 -0800 |
---|---|---|
committer | Jun Fang <jun_fang@foxitsoftware.com> | 2015-11-03 19:01:30 -0800 |
commit | 4a8eeb74d38a1589c21ec06b68262d7795dd8f71 (patch) | |
tree | 9a78f3fb9223adf2a3d26eb972da4461c3d22b5f /xfa/src/fxbarcode/oned/BC_OneDReader.cpp | |
parent | 844ccfeab312ed294059de94118a40336df875d7 (diff) | |
download | pdfium-4a8eeb74d38a1589c21ec06b68262d7795dd8f71.tar.xz |
Remove unused variables
BUG=pdfium:261
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1413343003 .
Diffstat (limited to 'xfa/src/fxbarcode/oned/BC_OneDReader.cpp')
-rw-r--r-- | xfa/src/fxbarcode/oned/BC_OneDReader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/src/fxbarcode/oned/BC_OneDReader.cpp b/xfa/src/fxbarcode/oned/BC_OneDReader.cpp index 2338d0d086..6e4798b666 100644 --- a/xfa/src/fxbarcode/oned/BC_OneDReader.cpp +++ b/xfa/src/fxbarcode/oned/BC_OneDReader.cpp @@ -44,7 +44,6 @@ CFX_ByteString CBC_OneDReader::Decode(CBC_BinaryBitmap* image, CFX_ByteString CBC_OneDReader::DeDecode(CBC_BinaryBitmap* image,
int32_t hints,
int32_t& e) {
- int32_t width = image->GetWidth();
int32_t height = image->GetHeight();
CBC_CommonBitArray* row = NULL;
int32_t middle = height >> 1;
|