From 3d59bd9d66d01eb39c30742bce67fa0376cb4ea8 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 30 Oct 2015 13:33:35 -0700 Subject: Remove external jpeg provider interface. It is unused in PDFium. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1407903005 . --- core/include/fxcodec/fx_codec.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/include/fxcodec/fx_codec.h') diff --git a/core/include/fxcodec/fx_codec.h b/core/include/fxcodec/fx_codec.h index f283e64cd8..1d5bd78ac4 100644 --- a/core/include/fxcodec/fx_codec.h +++ b/core/include/fxcodec/fx_codec.h @@ -12,7 +12,6 @@ #include "../../../third_party/base/nonstd_unique_ptr.h" #include "../fxcrt/fx_basic.h" #include "fx_codec_def.h" -#include "fx_codec_provider.h" class CFX_DIBSource; class CJPX_Decoder; @@ -157,8 +156,6 @@ class ICodec_JpegModule { public: virtual ~ICodec_JpegModule() {} - virtual void SetPovider(IFX_JpegProvider* pJP) = 0; - virtual ICodec_ScanlineDecoder* CreateDecoder(const uint8_t* src_buf, FX_DWORD src_size, int width, -- cgit v1.2.3