summaryrefslogtreecommitdiff
path: root/fxbarcode/datamatrix/BC_HighLevelEncoder.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-04-27 13:21:00 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-04-27 21:25:59 +0000
commit6714ff81237e36ce0a21dbbff3e0a549dfc561a7 (patch)
tree4d479e4cb214b17d2b41c88ff907500c6910d1a7 /fxbarcode/datamatrix/BC_HighLevelEncoder.h
parentf452f56021f2f1455a6f556836dc00ddda9114a9 (diff)
downloadpdfium-6714ff81237e36ce0a21dbbff3e0a549dfc561a7.tar.xz
Remove CBC_HighLevelEncoder::illegalCharacter().
It always return a failure. Change-Id: Ib318bbdb99b3ea38fba8ceb5733c6dcb8f14bbbf Reviewed-on: https://pdfium-review.googlesource.com/4590 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'fxbarcode/datamatrix/BC_HighLevelEncoder.h')
-rw-r--r--fxbarcode/datamatrix/BC_HighLevelEncoder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fxbarcode/datamatrix/BC_HighLevelEncoder.h b/fxbarcode/datamatrix/BC_HighLevelEncoder.h
index 83136be2f4..12b8cab35a 100644
--- a/fxbarcode/datamatrix/BC_HighLevelEncoder.h
+++ b/fxbarcode/datamatrix/BC_HighLevelEncoder.h
@@ -40,7 +40,6 @@ class CBC_HighLevelEncoder : public CBC_SymbolShapeHint {
static bool isExtendedASCII(wchar_t ch);
static int32_t determineConsecutiveDigitCount(CFX_WideString msg,
int32_t startpos);
- static void illegalCharacter(wchar_t c, int32_t& e);
public:
static wchar_t LATCH_TO_C40;