summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/jbig2/JBig2_HuffmanTable.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-09-02 13:52:56 -0700
committerLei Zhang <thestig@chromium.org>2015-09-02 13:52:56 -0700
commit9df5d9701ddf75f8050566132694bf435efb3ca0 (patch)
tree3465a71175c842f49ba1c945bc27ae0db5826e16 /core/src/fxcodec/jbig2/JBig2_HuffmanTable.h
parent870b5b6793fa261f0c6f31f026010d2d715968bf (diff)
downloadpdfium-9df5d9701ddf75f8050566132694bf435efb3ca0.tar.xz
Remove dead JBig2 code.
R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1328643002 .
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;