diff options
author | dan sinclair <dsinclair@chromium.org> | 2016-02-27 08:53:48 -0500 |
---|---|---|
committer | dan sinclair <dsinclair@chromium.org> | 2016-02-27 08:53:48 -0500 |
commit | 06f49c808a23d0ce9f89fd7fa6552a0f0ee96bbb (patch) | |
tree | dfeadd4e7851b25cbdb6430af7cb421650681660 /core/src/fxcodec | |
parent | 330a7037a2b6ef329c18cac39d895ef42c2b793e (diff) | |
download | pdfium-06f49c808a23d0ce9f89fd7fa6552a0f0ee96bbb.tar.xz |
Cleanup forward declarations.
This CL removes duplicate forward declarations, removes extraneous declarations
and adds a couple of missing declarations.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1741003002 .
Diffstat (limited to 'core/src/fxcodec')
-rw-r--r-- | core/src/fxcodec/jbig2/JBig2_GrrdProc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/fxcodec/jbig2/JBig2_GrrdProc.h b/core/src/fxcodec/jbig2/JBig2_GrrdProc.h index 42b4eb66d9..5d8eabb164 100644 --- a/core/src/fxcodec/jbig2/JBig2_GrrdProc.h +++ b/core/src/fxcodec/jbig2/JBig2_GrrdProc.h @@ -11,7 +11,6 @@ class CJBig2_ArithDecoder; class CJBig2_Image; -class IFX_Pause; struct JBig2ArithCtx; class CJBig2_GRRDProc { |