diff options
Diffstat (limited to 'fxbarcode/cbc_ean13.h')
-rw-r--r-- | fxbarcode/cbc_ean13.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fxbarcode/cbc_ean13.h b/fxbarcode/cbc_ean13.h index 105ded27c7..86e5ea207a 100644 --- a/fxbarcode/cbc_ean13.h +++ b/fxbarcode/cbc_ean13.h @@ -25,8 +25,6 @@ class CBC_EAN13 : public CBC_OneCode { 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; private: |