diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2018-08-23 17:38:26 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-08-23 17:38:26 +0000 |
commit | 7aa4bc461a171cc2b5a27490a55f0baedd6623fb (patch) | |
tree | f12a7b8e5d444a2980a1fca469cb85350794b635 /fxbarcode/cbc_pdf417i.cpp | |
parent | 85e622ce52eb3864e94d0fa387af39fc6993bacf (diff) | |
download | pdfium-7aa4bc461a171cc2b5a27490a55f0baedd6623fb.tar.xz |
Remove m_bTruncated flag from CBC_PDF417Writer.
The flag is unused.
Change-Id: I15eb3e20e6a632ae2aa2afc19cb09d2402e607e0
Reviewed-on: https://pdfium-review.googlesource.com/41031
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'fxbarcode/cbc_pdf417i.cpp')
-rw-r--r-- | fxbarcode/cbc_pdf417i.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fxbarcode/cbc_pdf417i.cpp b/fxbarcode/cbc_pdf417i.cpp index 0bb632ee2f..b01197954c 100644 --- a/fxbarcode/cbc_pdf417i.cpp +++ b/fxbarcode/cbc_pdf417i.cpp @@ -36,10 +36,6 @@ bool CBC_PDF417I::SetErrorCorrectionLevel(int32_t level) { return true; } -void CBC_PDF417I::SetTruncated(bool truncated) { - GetPDF417Writer()->SetTruncated(truncated); -} - bool CBC_PDF417I::Encode(const WideStringView& contents) { int32_t outWidth; int32_t outHeight; |