diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-12-18 14:33:13 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-12-18 14:33:13 -0800 |
commit | f0f6a01ee3dcb592e4eeaadaa2ea52c2fce317ba (patch) | |
tree | a9771f1e411a5b0553494fa9731b9986e391bf27 /core/include | |
parent | 6287ebc38e5aafc256b6248caae710ea09d0ede4 (diff) | |
download | pdfium-f0f6a01ee3dcb592e4eeaadaa2ea52c2fce317ba.tar.xz |
CPDF_QuickStretcher unused.
Apart from it never being initialized, note that m_status
is never set to 1, so the only path that references this
class can't be reached.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1537103002 .
Diffstat (limited to 'core/include')
-rw-r--r-- | core/include/fpdfapi/fpdf_render.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/include/fpdfapi/fpdf_render.h b/core/include/fpdfapi/fpdf_render.h index 2460849543..9895b6a0fd 100644 --- a/core/include/fpdfapi/fpdf_render.h +++ b/core/include/fpdfapi/fpdf_render.h @@ -18,7 +18,6 @@ class CPDF_FormObject; class CPDF_ImageCache; class CPDF_ImageObject; class CPDF_PathObject; -class CPDF_QuickStretcher; class CPDF_RenderContext; class CPDF_RenderOptions; class CPDF_RenderStatus; |