Index: core/include/fxcrt/fx_memory.h |
diff --git a/core/include/fxcrt/fx_memory.h b/core/include/fxcrt/fx_memory.h |
index 4116e17450da0571f8b1598577f70952c8923cec..25d82f69b7af81dd3a85fbebc01232f1c663178b 100644 |
--- a/core/include/fxcrt/fx_memory.h |
+++ b/core/include/fxcrt/fx_memory.h |
@@ -24,9 +24,6 @@ void FXMEM_DefaultFree(void* pointer, int flags); |
#ifdef __cplusplus |
} |
-#define FX_NEW_VECTOR(Pointer, Class, Count) (Pointer = new Class[Count]) |
-#define FX_DELETE_VECTOR(Pointer, Class, Count) delete[] Pointer |
- |
class CFX_DestructObject |
{ |
public: |