| Index: xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp
 | 
| diff --git a/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp b/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp
 | 
| index cc1b435f00cbd7bc6ac53d8c3a1251c8923ce5b9..4e33691e085c3b78478acb42bcf827489b1c3d2f 100644
 | 
| --- a/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp
 | 
| +++ b/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp
 | 
| @@ -28,9 +28,6 @@
 | 
|  #include "xfa/src/fxbarcode/common/BC_CommonBitMatrix.h"
 | 
|  #include "xfa/src/fxbarcode/utils.h"
 | 
|  
 | 
| -const int32_t CBC_WhiteRectangleDetector::INIT_SIZE = 30;
 | 
| -const int32_t CBC_WhiteRectangleDetector::CORR = 1;
 | 
| -
 | 
|  CBC_WhiteRectangleDetector::CBC_WhiteRectangleDetector(
 | 
|      CBC_CommonBitMatrix* image) {
 | 
|    m_image = image;
 | 
| 
 |