| Index: core/include/fxcrt/fx_memory.h
|
| diff --git a/core/include/fxcrt/fx_memory.h b/core/include/fxcrt/fx_memory.h
|
| index 4d567360116a3fc213dedf6e2c221d715b46c23b..e6685ef0d452308a0ca86936398801153ff23e47 100644
|
| --- a/core/include/fxcrt/fx_memory.h
|
| +++ b/core/include/fxcrt/fx_memory.h
|
| @@ -25,8 +25,6 @@ void FXMEM_DefaultFree(void* pointer, int flags);
|
| }
|
|
|
| #define FX_NEW new
|
| -#define FX_NEW_VECTOR(Pointer, Class, Count) (Pointer = FX_NEW Class[Count])
|
| -#define FX_DELETE_VECTOR(Pointer, Class, Count) delete[] Pointer
|
|
|
| class CFX_DestructObject
|
| {
|
|
|