diff options
Diffstat (limited to 'fxbarcode/cbc_code39.h')
-rw-r--r-- | fxbarcode/cbc_code39.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fxbarcode/cbc_code39.h b/fxbarcode/cbc_code39.h index a83a7b77e6..f1e6acc848 100644 --- a/fxbarcode/cbc_code39.h +++ b/fxbarcode/cbc_code39.h @@ -25,8 +25,6 @@ class CBC_Code39 : 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; bool SetTextLocation(BC_TEXT_LOC location); |