diff options
Diffstat (limited to 'fxbarcode/cbc_datamatrix.h')
-rw-r--r-- | fxbarcode/cbc_datamatrix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fxbarcode/cbc_datamatrix.h b/fxbarcode/cbc_datamatrix.h index b03467974a..0bd8063bcf 100644 --- a/fxbarcode/cbc_datamatrix.h +++ b/fxbarcode/cbc_datamatrix.h @@ -25,8 +25,6 @@ class CBC_DataMatrix : 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; }; |