diff options
Diffstat (limited to 'fxbarcode/cbc_code128.cpp')
-rw-r--r-- | fxbarcode/cbc_code128.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fxbarcode/cbc_code128.cpp b/fxbarcode/cbc_code128.cpp index 91d53d462b..5a4f556513 100644 --- a/fxbarcode/cbc_code128.cpp +++ b/fxbarcode/cbc_code128.cpp @@ -78,13 +78,6 @@ bool CBC_Code128::RenderDevice(CFX_RenderDevice* device, return true; } -bool CBC_Code128::RenderBitmap(CFX_RetainPtr<CFX_DIBitmap>& pOutBitmap, - int32_t& e) { - static_cast<CBC_OneDimWriter*>(m_pBCWriter.get()) - ->RenderBitmapResult(pOutBitmap, m_renderContents.AsStringC(), e); - return e == BCExceptionNO; -} - BC_TYPE CBC_Code128::GetType() { return BC_CODE128; } |