diff options
author | Lei Zhang <thestig@chromium.org> | 2017-05-24 00:52:54 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-05-24 17:30:29 +0000 |
commit | e86d2f1acbd1e1d1ddae1a105b7c87f17b643f62 (patch) | |
tree | 8db3ad8176129a14c93930f0dbb4e94cd8779ac4 /fxbarcode/datamatrix/BC_SymbolInfo.h | |
parent | 08f4b7762a4453818c76c680f5295986e21418ce (diff) | |
download | pdfium-e86d2f1acbd1e1d1ddae1a105b7c87f17b643f62.tar.xz |
Cleanup CBC_SymbolInfo::lookup().
Remove unused variants and simplify the one remaining variant.
Change-Id: I9b6e596b479f95319a3b69f5db2c4d1b2cff4ebf
Reviewed-on: https://pdfium-review.googlesource.com/5834
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'fxbarcode/datamatrix/BC_SymbolInfo.h')
-rw-r--r-- | fxbarcode/datamatrix/BC_SymbolInfo.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/fxbarcode/datamatrix/BC_SymbolInfo.h b/fxbarcode/datamatrix/BC_SymbolInfo.h index 7b536eccc7..55046f8fbe 100644 --- a/fxbarcode/datamatrix/BC_SymbolInfo.h +++ b/fxbarcode/datamatrix/BC_SymbolInfo.h @@ -23,18 +23,9 @@ class CBC_SymbolInfo { static void Initialize(); static void Finalize(); static void overrideSymbolSet(CBC_SymbolInfo* override); - static CBC_SymbolInfo* lookup(int32_t dataCodewords, int32_t& e); static CBC_SymbolInfo* lookup(int32_t dataCodewords, SymbolShapeHint shape, int32_t& e); - static CBC_SymbolInfo* lookup(int32_t dataCodewords, - bool allowRectangular, - bool fail, - int32_t& e); - static CBC_SymbolInfo* lookup(int32_t dataCodewords, - SymbolShapeHint shape, - bool fail, - int32_t& e); int32_t getSymbolDataWidth() const; int32_t getSymbolDataHeight() const; |