mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-16 12:58:31 +00:00
Removed multi-line comment warning
This commit is contained in:
parent
501e0f8738
commit
26b5ce2fbd
@ -38,17 +38,6 @@ private:
|
|||||||
int rowSize;
|
int rowSize;
|
||||||
ArrayRef<int> bits;
|
ArrayRef<int> bits;
|
||||||
|
|
||||||
//#define ZX_LOG_DIGITS(digits) \
|
|
||||||
// ((digits == 8) ? 3 : \
|
|
||||||
// ((digits == 16) ? 4 : \
|
|
||||||
// ((digits == 32) ? 5 : \
|
|
||||||
// ((digits == 64) ? 6 : \
|
|
||||||
// ((digits == 128) ? 7 : \
|
|
||||||
// (-1))))))
|
|
||||||
|
|
||||||
// static const int logBits = ZX_LOG_DIGITS(bitsPerWord);
|
|
||||||
// static const int bitsMask = (1 << logBits) - 1;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
BitMatrix(int dimension);
|
BitMatrix(int dimension);
|
||||||
BitMatrix(int width, int height);
|
BitMatrix(int width, int height);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user