summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/jbig2/JBig2_HuffmanTable.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-09-03 14:45:32 -0700
committerLei Zhang <thestig@chromium.org>2015-09-03 14:45:32 -0700
commit928c183ece333e4eb55acbbd8036cf473b94f516 (patch)
tree6273b16804fd06cdd9a90c4c8040b9db080b17f1 /core/src/fxcodec/jbig2/JBig2_HuffmanTable.h
parent55512706477c035ee27413a7a2c9a75f31ceae34 (diff)
downloadpdfium-928c183ece333e4eb55acbbd8036cf473b94f516.tar.xz
Merge to XFA: Remove dead JBig2 code.
TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1328643002 . (cherry picked from commit 9df5d9701ddf75f8050566132694bf435efb3ca0) Review URL: https://codereview.chromium.org/1319563003 .
Diffstat (limited to 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.h')
-rw-r--r--core/src/fxcodec/jbig2/JBig2_HuffmanTable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/fxcodec/jbig2/JBig2_HuffmanTable.h b/core/src/fxcodec/jbig2/JBig2_HuffmanTable.h
index e6f1592fc4..64c52176be 100644
--- a/core/src/fxcodec/jbig2/JBig2_HuffmanTable.h
+++ b/core/src/fxcodec/jbig2/JBig2_HuffmanTable.h
@@ -17,8 +17,6 @@ class CJBig2_HuffmanTable : public CJBig2_Object {
~CJBig2_HuffmanTable();
- void init();
-
int parseFromStandardTable(const JBig2TableLine* pTable,
int nLines,
FX_BOOL bHTOOB);
@@ -28,6 +26,8 @@ class CJBig2_HuffmanTable : public CJBig2_Object {
FX_BOOL isOK() { return m_bOK; }
private:
+ void init();
+
FX_BOOL HTOOB;
int NTEMP;
int* CODES;