| Index: core/fxcrt/fx_basic.h
|
| diff --git a/core/fxcrt/fx_basic.h b/core/fxcrt/fx_basic.h
|
| index 5adcf701c59c900c4421351fd3ab17dbb78257ef..31850f54030cc8feac26b4f1d6197315dbb20e00 100644
|
| --- a/core/fxcrt/fx_basic.h
|
| +++ b/core/fxcrt/fx_basic.h
|
| @@ -313,11 +313,6 @@ class CFX_ArrayTemplate : public CFX_BasicArray {
|
| }
|
| };
|
|
|
| -#ifdef PDF_ENABLE_XFA
|
| -typedef CFX_ArrayTemplate<uint8_t> CFX_ByteArray;
|
| -typedef CFX_ArrayTemplate<int32_t> CFX_Int32Array;
|
| -#endif // PDF_ENABLE_XFA
|
| -
|
| template <class DataType, int FixedSize>
|
| class CFX_FixedBufGrow {
|
| public:
|
|
|