summaryrefslogtreecommitdiff
path: root/core/include/fxcodec
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-10-30 12:56:05 -0700
committerTom Sepez <tsepez@chromium.org>2015-10-30 12:56:05 -0700
commitea6c0dae1f60bda40d820c242a5bcd79aa64192f (patch)
treecc968b7f55d6fdbdfbabea789cc883214c2db972 /core/include/fxcodec
parentfbc32aab95fff194bfc5d3f1cd733c4e418aeb09 (diff)
downloadpdfium-ea6c0dae1f60bda40d820c242a5bcd79aa64192f.tar.xz
XFA: bring fx_codec_fax in-line with master
R=thestig@chromium.org Review URL: https://codereview.chromium.org/1419473006 .
Diffstat (limited to 'core/include/fxcodec')
-rw-r--r--core/include/fxcodec/fx_codec.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/core/include/fxcodec/fx_codec.h b/core/include/fxcodec/fx_codec.h
index 8eacbb2e96..9b5e4f1641 100644
--- a/core/include/fxcodec/fx_codec.h
+++ b/core/include/fxcodec/fx_codec.h
@@ -523,18 +523,6 @@ class CFX_DIBAttribute {
std::map<FX_DWORD, void*> m_Exif;
};
-FX_BOOL FaxSkipEOL(const uint8_t* src_buf, int bitsize, int& bitpos);
-FX_BOOL FaxGet1DLine(const uint8_t* src_buf,
- int bitsize,
- int& bitpos,
- uint8_t* dest_buf,
- int columns);
-FX_BOOL FaxG4GetRow(const uint8_t* src_buf,
- int bitsize,
- int& bitpos,
- uint8_t* dest_buf,
- const uint8_t* ref_buf,
- int columns);
void FaxG4Decode(const uint8_t* src_buf,
FX_DWORD src_size,
int* pbitpos,