summaryrefslogtreecommitdiff
path: root/fxbarcode/pdf417/BC_PDF417BarcodeRow.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxbarcode/pdf417/BC_PDF417BarcodeRow.h')
-rw-r--r--fxbarcode/pdf417/BC_PDF417BarcodeRow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fxbarcode/pdf417/BC_PDF417BarcodeRow.h b/fxbarcode/pdf417/BC_PDF417BarcodeRow.h
index d49d0eb9c2..a07d5770b3 100644
--- a/fxbarcode/pdf417/BC_PDF417BarcodeRow.h
+++ b/fxbarcode/pdf417/BC_PDF417BarcodeRow.h
@@ -16,8 +16,6 @@ class CBC_BarcodeRow {
explicit CBC_BarcodeRow(size_t width);
virtual ~CBC_BarcodeRow();
- void set(int32_t x, uint8_t value);
- void set(int32_t x, bool black);
void addBar(bool black, int32_t width);
std::vector<uint8_t>& getRow();
std::vector<uint8_t>& getScaledRow(int32_t scale);