| Index: core/fxcrt/fx_basic.h
|
| diff --git a/core/fxcrt/fx_basic.h b/core/fxcrt/fx_basic.h
|
| index d320e7d786f964d77a6616de6f8a381d00af9bf3..1bc4bbd5886fd98072346d08b9d94c0b0e28eb14 100644
|
| --- a/core/fxcrt/fx_basic.h
|
| +++ b/core/fxcrt/fx_basic.h
|
| @@ -317,7 +317,6 @@ class CFX_ArrayTemplate : public CFX_BasicArray {
|
| };
|
|
|
| #ifdef PDF_ENABLE_XFA
|
| -typedef CFX_ArrayTemplate<FX_FLOAT> CFX_FloatArray;
|
| typedef CFX_ArrayTemplate<uint8_t> CFX_ByteArray;
|
| typedef CFX_ArrayTemplate<int32_t> CFX_Int32Array;
|
| #endif // PDF_ENABLE_XFA
|
|
|