summaryrefslogtreecommitdiff
path: root/fxbarcode/cbc_pdf417i.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxbarcode/cbc_pdf417i.h')
-rw-r--r--fxbarcode/cbc_pdf417i.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fxbarcode/cbc_pdf417i.h b/fxbarcode/cbc_pdf417i.h
index b12fa74c60..37dd5b4b0c 100644
--- a/fxbarcode/cbc_pdf417i.h
+++ b/fxbarcode/cbc_pdf417i.h
@@ -24,7 +24,6 @@ class CBC_PDF417I final : public CBC_CodeBase {
bool RenderDevice(CFX_RenderDevice* device,
const CFX_Matrix* matrix) override;
BC_TYPE GetType() override;
- bool SetErrorCorrectionLevel(int32_t level) override;
private:
CBC_PDF417Writer* GetPDF417Writer();