summaryrefslogtreecommitdiff
path: root/fxbarcode/utils.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-09-25 21:00:09 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-09-25 21:00:09 +0000
commit9412c8ec36d1bd1b8a5fbc827b3b6f513c2a56a3 (patch)
tree5c51f009a4cd80f60daf0f85f62a13da2287d3d5 /fxbarcode/utils.h
parent2b47da9b706e789b833966161607bedc7a8332a4 (diff)
downloadpdfium-9412c8ec36d1bd1b8a5fbc827b3b6f513c2a56a3.tar.xz
Get rid of "exceptions" in CBC_QRCoderMatrixUtil.
Change-Id: I186e39c60a2e87983f05a3407b668e15160c2372 Reviewed-on: https://pdfium-review.googlesource.com/42456 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'fxbarcode/utils.h')
-rw-r--r--fxbarcode/utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/fxbarcode/utils.h b/fxbarcode/utils.h
index 01c4b4e5b6..9e57d8f87d 100644
--- a/fxbarcode/utils.h
+++ b/fxbarcode/utils.h
@@ -50,12 +50,7 @@ enum BCFORMAT {
#define BCExceptionBadIndexException 52
#define BCExceptionUnsupportedMode 64
#define BCExceptionInvalidateMaskPattern 68
-#define BCExceptionNullPointer 69
-#define BCExceptionBadMask 70
-#define BCExceptionInvalidateImageData 73
-#define BCExceptionHeight_8BeZero 74
#define BCExceptionCharacterNotThisMode 75
-#define BCExceptionInvalidateData 77
#define BCExceptionCharactersOutsideISO88591Encoding 87
#define BCExceptionIllegalDataCodewords 88
#define BCExceptionIllegalStateUnexpectedCase 90