diff options
Diffstat (limited to 'fxbarcode/common/reedsolomon/BC_ReedSolomon.h')
-rw-r--r-- | fxbarcode/common/reedsolomon/BC_ReedSolomon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fxbarcode/common/reedsolomon/BC_ReedSolomon.h b/fxbarcode/common/reedsolomon/BC_ReedSolomon.h index e45c8a4976..772ca3c041 100644 --- a/fxbarcode/common/reedsolomon/BC_ReedSolomon.h +++ b/fxbarcode/common/reedsolomon/BC_ReedSolomon.h @@ -20,7 +20,6 @@ class CBC_ReedSolomonEncoder { explicit CBC_ReedSolomonEncoder(CBC_ReedSolomonGF256* field); ~CBC_ReedSolomonEncoder(); - void Init(); bool Encode(std::vector<int32_t>* toEncode, size_t ecBytes); private: |