diff options
Diffstat (limited to 'fxbarcode/cbc_qrcode.h')
-rw-r--r-- | fxbarcode/cbc_qrcode.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fxbarcode/cbc_qrcode.h b/fxbarcode/cbc_qrcode.h index d8d871203d..c3388d17f4 100644 --- a/fxbarcode/cbc_qrcode.h +++ b/fxbarcode/cbc_qrcode.h @@ -26,8 +26,6 @@ class CBC_QRCode : public CBC_CodeBase { bool RenderDevice(CFX_RenderDevice* device, const CFX_Matrix* matrix, int32_t& e) override; - bool RenderBitmap(CFX_RetainPtr<CFX_DIBitmap>& pOutBitmap, - int32_t& e) override; BC_TYPE GetType() override; bool SetErrorCorrectionLevel(int32_t level); |