From 1bbcb35e4e5593998837c832eabf16a91a695387 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 25 May 2017 18:43:44 -0700 Subject: Replace SymbolShapeHint with a boolean. Delete BC_SymbolShapeHint.h since there is nothing left in it. Change-Id: Ic991064cd396f224966e5f3e8537fc62b5a9908a Reviewed-on: https://pdfium-review.googlesource.com/5835 Commit-Queue: Lei Zhang Reviewed-by: Tom Sepez --- fxbarcode/datamatrix/BC_SymbolInfo.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fxbarcode/datamatrix/BC_SymbolInfo.h') diff --git a/fxbarcode/datamatrix/BC_SymbolInfo.h b/fxbarcode/datamatrix/BC_SymbolInfo.h index 55046f8fbe..fe3e24c817 100644 --- a/fxbarcode/datamatrix/BC_SymbolInfo.h +++ b/fxbarcode/datamatrix/BC_SymbolInfo.h @@ -9,7 +9,6 @@ #include "core/fxcrt/fx_string.h" #include "core/fxcrt/fx_system.h" -#include "fxbarcode/datamatrix/BC_SymbolShapeHint.h" class CBC_SymbolInfo { public: @@ -24,7 +23,7 @@ class CBC_SymbolInfo { static void Finalize(); static void overrideSymbolSet(CBC_SymbolInfo* override); static CBC_SymbolInfo* lookup(int32_t dataCodewords, - SymbolShapeHint shape, + bool allowRectangular, int32_t& e); int32_t getSymbolDataWidth() const; -- cgit v1.2.3