Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1172)

Unified Diff: xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h

Issue 1807373002: Reduce size of several PDFium constant tables. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Found another one. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/fxbarcode/pdf417/BC_PDF417Common.cpp ('k') | xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h
diff --git a/xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h b/xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h
index 9a2a0c63ef2af981fd4c2e5e7609327f698ec787..39a744203613f003a176ea5adf2627b2173ccf65 100644
--- a/xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h
+++ b/xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h
@@ -22,9 +22,6 @@ class CBC_PDF417ErrorCorrection {
static CFX_WideString generateErrorCorrection(CFX_WideString dataCodewords,
int32_t errorCorrectionLevel,
int32_t& e);
-
- private:
- static int32_t EC_COEFFICIENTS[][2500];
};
#endif // XFA_FXBARCODE_PDF417_BC_PDF417ERRORCORRECTION_H_
« no previous file with comments | « xfa/fxbarcode/pdf417/BC_PDF417Common.cpp ('k') | xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698