commit | 9a02a99a165d965376b73071c7d0d5aa94d3aa3f | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Fri Nov 16 23:24:11 2018 +0000 |
committer | Chromium commit bot <commit-bot@chromium.org> | Fri Nov 16 23:24:11 2018 +0000 |
tree | 934fe597541b3e73b89492082bb768227a7af8d4 | |
parent | aaf0417773c10f9a0019ab1585819acfb0eb15c8 [diff] |
Remove unused CBC_DataMatrixSymbolInfo144getDataLengthForInterleavedBlock() Change-Id: I902af4283efd3bf84e7375d2a8d90181be0d1433 Reviewed-on: https://pdfium-review.googlesource.com/c/45754 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org>
diff --git a/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.cpp b/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.cpp index 7a18d03..46af38d 100644 --- a/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.cpp +++ b/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.cpp
@@ -32,8 +32,3 @@ int32_t CBC_DataMatrixSymbolInfo144::getInterleavedBlockCount() const { return 10; } - -int32_t CBC_DataMatrixSymbolInfo144getDataLengthForInterleavedBlock( - int32_t index) { - return index <= 8 ? 156 : 155; -}