WITH_CXX_GUARDEDALLOC was broken since BL_ArmatureObject become a PyObject

This commit is contained in:
Campbell Barton
2009-09-25 14:26:00 +00:00
parent 38ae41f94e
commit 69e47fcb0e

View File

@@ -134,13 +134,6 @@ protected:
float m_obmat[4][4];
double m_lastapplyframe;
#ifdef WITH_CXX_GUARDEDALLOC
public:
void *operator new( unsigned int num_bytes) { return MEM_mallocN(num_bytes, "GE:BL_ArmatureObject"); }
void operator delete( void *mem ) { MEM_freeN(mem); }
#endif
};
/* Pose function specific to the game engine */