summaryrefslogtreecommitdiff
path: root/fxbarcode/cbc_codabar.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxbarcode/cbc_codabar.h')
-rw-r--r--fxbarcode/cbc_codabar.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fxbarcode/cbc_codabar.h b/fxbarcode/cbc_codabar.h
index bf8a21e42e..e8a62799c6 100644
--- a/fxbarcode/cbc_codabar.h
+++ b/fxbarcode/cbc_codabar.h
@@ -24,9 +24,6 @@ class CBC_Codabar final : public CBC_OneCode {
bool Encode(const WideStringView& contents) override;
bool RenderDevice(CFX_RenderDevice* device,
const CFX_Matrix* matrix) override;
- bool SetWideNarrowRatio(int8_t ratio) override;
- bool SetStartChar(char start) override;
- bool SetEndChar(char end) override;
private:
CBC_OnedCodaBarWriter* GetOnedCodaBarWriter();