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 5bd7a26eeb..3cb73e3f0f 100644
--- a/fxbarcode/cbc_pdf417i.h
+++ b/fxbarcode/cbc_pdf417i.h
@@ -26,7 +26,6 @@ class CBC_PDF417I : public CBC_CodeBase {
BC_TYPE GetType() override;
bool SetErrorCorrectionLevel(int32_t level);
- void SetTruncated(bool truncated);
private:
CBC_PDF417Writer* GetPDF417Writer();