summaryrefslogtreecommitdiff
path: root/xfa/fwl/cfx_barcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/cfx_barcode.h')
-rw-r--r--xfa/fwl/cfx_barcode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/cfx_barcode.h b/xfa/fwl/cfx_barcode.h
index a5f0513241..488af04bc8 100644
--- a/xfa/fwl/cfx_barcode.h
+++ b/xfa/fwl/cfx_barcode.h
@@ -52,7 +52,6 @@ class CFX_Barcode {
bool SetStartChar(char start);
bool SetEndChar(char end);
bool SetErrorCorrectionLevel(int32_t level);
- bool SetTruncated(bool truncated);
private:
CFX_Barcode();