summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/jbig2/JBig2_Define.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-09-28 11:52:19 -0700
committerLei Zhang <thestig@chromium.org>2015-09-28 11:52:19 -0700
commit39cd934a4705f69c30e1bbf13eab347f66999020 (patch)
tree3d8aabe8daac01c2cd53c53b2660a3bdb4c32702 /core/src/fxcodec/jbig2/JBig2_Define.h
parentd6d9dc6b9a45368abdf43477592ee9f6cdb6102e (diff)
downloadpdfium-39cd934a4705f69c30e1bbf13eab347f66999020.tar.xz
Cleanup some fx_codec_fax.cpp code.
R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1367633005 .
Diffstat (limited to 'core/src/fxcodec/jbig2/JBig2_Define.h')
-rw-r--r--core/src/fxcodec/jbig2/JBig2_Define.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/src/fxcodec/jbig2/JBig2_Define.h b/core/src/fxcodec/jbig2/JBig2_Define.h
index 50516f5798..d1a19c5d61 100644
--- a/core/src/fxcodec/jbig2/JBig2_Define.h
+++ b/core/src/fxcodec/jbig2/JBig2_Define.h
@@ -26,16 +26,6 @@ struct JBig2HuffmanCode {
int32_t code;
};
-extern "C" {
-void _FaxG4Decode(const uint8_t* src_buf,
- FX_DWORD src_size,
- int* pbitpos,
- uint8_t* dest_buf,
- int width,
- int height,
- int pitch = 0);
-};
-
#define JBIG2_MAX_REFERRED_SEGMENT_COUNT 64
#define JBIG2_MAX_EXPORT_SYSMBOLS 65535
#define JBIG2_MAX_NEW_SYSMBOLS 65535