diff options
author | Lei Zhang <thestig@chromium.org> | 2018-09-15 04:31:10 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-09-15 04:31:10 +0000 |
commit | 0a815ae46f53330b69c585c708a4ebc5b85ecdb4 (patch) | |
tree | c60a518f95ba65ceec63d4913c4ae4cdb7318219 /fxbarcode/utils.h | |
parent | 79d9be89e4c6c69c9a5b851c7b1d691b29ea55fd (diff) | |
download | pdfium-0a815ae46f53330b69c585c708a4ebc5b85ecdb4.tar.xz |
Remove dead CBC_QRCoderEncoder code.
Change-Id: I096ba8681d779bb0cc1d7aaaedcd9f68020d5b37
Reviewed-on: https://pdfium-review.googlesource.com/42452
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'fxbarcode/utils.h')
-rw-r--r-- | fxbarcode/utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fxbarcode/utils.h b/fxbarcode/utils.h index a8060290cd..865db65f26 100644 --- a/fxbarcode/utils.h +++ b/fxbarcode/utils.h @@ -48,7 +48,6 @@ enum BCFORMAT { #define BCExceptionAIsZero 37 #define BCExceptionValueMustBeEither0or1 50 #define BCExceptionBadIndexException 52 -#define BCExceptionNoSuchVersion 58 #define BCExceptionUnsupportedMode 64 #define BCExceptionInvalidateCharacter 65 #define BCExceptionInvalidateMaskPattern 68 |