summaryrefslogtreecommitdiff
path: root/fxbarcode/cbc_code128.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fxbarcode/cbc_code128.cpp')
-rw-r--r--fxbarcode/cbc_code128.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/fxbarcode/cbc_code128.cpp b/fxbarcode/cbc_code128.cpp
index 8e83e2251c..7a825c4150 100644
--- a/fxbarcode/cbc_code128.cpp
+++ b/fxbarcode/cbc_code128.cpp
@@ -31,10 +31,6 @@ CBC_Code128::CBC_Code128(BC_TYPE type)
CBC_Code128::~CBC_Code128() {}
-bool CBC_Code128::SetTextLocation(BC_TEXT_LOC location) {
- return GetOnedCode128Writer()->SetTextLocation(location);
-}
-
bool CBC_Code128::Encode(const WideStringView& contents) {
if (contents.IsEmpty())
return false;