diff options
Diffstat (limited to 'fxbarcode/cbc_codabar.h')
-rw-r--r-- | fxbarcode/cbc_codabar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fxbarcode/cbc_codabar.h b/fxbarcode/cbc_codabar.h index 64b7ae8f45..253a7aaaf1 100644 --- a/fxbarcode/cbc_codabar.h +++ b/fxbarcode/cbc_codabar.h @@ -24,8 +24,6 @@ class CBC_Codabar : 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 SetStartChar(char start); |