summaryrefslogtreecommitdiff
path: root/fxbarcode/BC_TwoDimWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxbarcode/BC_TwoDimWriter.h')
-rw-r--r--fxbarcode/BC_TwoDimWriter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fxbarcode/BC_TwoDimWriter.h b/fxbarcode/BC_TwoDimWriter.h
index f77546ee07..f7d02de2b1 100644
--- a/fxbarcode/BC_TwoDimWriter.h
+++ b/fxbarcode/BC_TwoDimWriter.h
@@ -24,8 +24,6 @@ class CBC_TwoDimWriter : public CBC_Writer {
int32_t codeWidth,
int32_t codeHeight,
int32_t& e);
- virtual void RenderBitmapResult(CFX_RetainPtr<CFX_DIBitmap>& pOutBitmap,
- int32_t& e);
virtual void RenderDeviceResult(CFX_RenderDevice* device,
const CFX_Matrix* matrix);
virtual bool SetErrorCorrectionLevel(int32_t level) = 0;