Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1338)

Unified Diff: core/src/fxcodec/jbig2/JBig2_Define.h

Issue 1367633005: Cleanup some fx_codec_fax.cpp code. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: fix boolean silliness Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: core/src/fxcodec/jbig2/JBig2_Define.h
diff --git a/core/src/fxcodec/jbig2/JBig2_Define.h b/core/src/fxcodec/jbig2/JBig2_Define.h
index 50516f5798948005a3d30942469228340789418a..d1a19c5d61f00ce8f8a28272be032cf51b6d9be3 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

Powered by Google App Engine
This is Rietveld 408576698