diff options
author | Lei Zhang <thestig@chromium.org> | 2018-05-15 00:30:49 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-05-15 00:30:49 +0000 |
commit | ce03169f65a105f0abfbf737d162a3418ab5f637 (patch) | |
tree | f7eea997c3a1a2dca07d3e23a2085a892116663a /fxbarcode/utils.h | |
parent | 96805eb6531fca59dc420c4d330f092a851eb8ca (diff) | |
download | pdfium-ce03169f65a105f0abfbf737d162a3418ab5f637.tar.xz |
Clean up CBC_ASCIIEncoder.
Get rid of a few more fxbarcode exception codes.
Change-Id: Ia9c9cdcef581174e25be8dc2fba181915dc6d729
Reviewed-on: https://pdfium-review.googlesource.com/32471
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'fxbarcode/utils.h')
-rw-r--r-- | fxbarcode/utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fxbarcode/utils.h b/fxbarcode/utils.h index 2303af44b0..a8060290cd 100644 --- a/fxbarcode/utils.h +++ b/fxbarcode/utils.h @@ -62,8 +62,6 @@ enum BCFORMAT { #define BCExceptionIllegalDataCodewords 88 #define BCExceptionIllegalStateUnexpectedCase 90 #define BCExceptionIllegalStateMessageLengthInvalid 92 -#define BCExceptionIllegalArgumentNotGigits 93 -#define BCExceptionIllegalStateIllegalMode 94 #define BCExceptionNonEncodableCharacterDetected 96 #define BCExceptionGeneric 107 |