| Index: xfa/fxbarcode/utils.h
|
| diff --git a/xfa/fxbarcode/utils.h b/xfa/fxbarcode/utils.h
|
| index da10555e2e8917b70b021b7215565acf681579a3..ca2f3214c0d38c7f2da92955bed5f09c3b40309d 100644
|
| --- a/xfa/fxbarcode/utils.h
|
| +++ b/xfa/fxbarcode/utils.h
|
| @@ -17,8 +17,6 @@ FX_BOOL BC_FX_ByteString_Replace(CFX_ByteString& dst,
|
| FX_CHAR c);
|
| void BC_FX_ByteString_Append(CFX_ByteString& dst, int32_t count, FX_CHAR c);
|
| void BC_FX_ByteString_Append(CFX_ByteString& dst, const CFX_ByteArray& ba);
|
| -typedef FX_BOOL (*BC_PtrArrayCompareCallback)(void* l, void* r);
|
| -void BC_FX_PtrArray_Sort(CFX_PtrArray& src, BC_PtrArrayCompareCallback fun);
|
|
|
| #if (_FX_OS_ == _FX_WIN32_DESKTOP_ || _FX_OS_ == _FX_WIN64_)
|
| #include <limits>
|
|
|