diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-05-04 16:54:35 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-05-05 19:26:55 +0000 |
commit | c2bf27fff9e2316b9daee92266e70eac3ef5979b (patch) | |
tree | 36eb4c8962ed92a8b5fa257adba4be1ef7144c8c /core/fxcodec/jbig2/JBig2_Context.h | |
parent | 4c64450875263a1f48e84f6d2223d8c36484f7cf (diff) | |
download | pdfium-c2bf27fff9e2316b9daee92266e70eac3ef5979b.tar.xz |
More unused IFX_Pause parameters removedchromium/3091
Remove IFX_Pause parameters which are passed but not used.
Change-Id: I51a491c7f9a429676d114a387390fac3ae65e187
Reviewed-on: https://pdfium-review.googlesource.com/4950
Reviewed-by: Nicolás Peña <npm@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core/fxcodec/jbig2/JBig2_Context.h')
-rw-r--r-- | core/fxcodec/jbig2/JBig2_Context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcodec/jbig2/JBig2_Context.h b/core/fxcodec/jbig2/JBig2_Context.h index a9fb1e2451..8568aab7e7 100644 --- a/core/fxcodec/jbig2/JBig2_Context.h +++ b/core/fxcodec/jbig2/JBig2_Context.h @@ -71,7 +71,7 @@ class CJBig2_Context { int32_t parseSegmentData(CJBig2_Segment* pSegment, IFX_Pause* pPause); int32_t ProcessingParseSegmentData(CJBig2_Segment* pSegment, IFX_Pause* pPause); - int32_t parseSymbolDict(CJBig2_Segment* pSegment, IFX_Pause* pPause); + int32_t parseSymbolDict(CJBig2_Segment* pSegment); int32_t parseTextRegion(CJBig2_Segment* pSegment); int32_t parsePatternDict(CJBig2_Segment* pSegment, IFX_Pause* pPause); int32_t parseHalftoneRegion(CJBig2_Segment* pSegment, IFX_Pause* pPause); |