]> git.lizzy.rs Git - irrlicht.git/blobdiff - include/irrAllocator.h
Fix COSOperator::getSystemMemory
[irrlicht.git] / include / irrAllocator.h
index c7450ed79a6510c0d56c9dc73959ca98d424b385..ff6624b8a9e40139d0ee49439a715fed33dd5293 100644 (file)
@@ -15,11 +15,6 @@ namespace irr
 namespace core\r
 {\r
 \r
-#ifdef DEBUG_CLIENTBLOCK\r
-#undef DEBUG_CLIENTBLOCK\r
-#define DEBUG_CLIENTBLOCK new\r
-#endif\r
-\r
 //! Very simple allocator implementation, containers using it can be used across dll boundaries\r
 template<typename T>\r
 class irrAllocator\r
@@ -102,12 +97,6 @@ public:
 };\r
 \r
 \r
-\r
-#ifdef DEBUG_CLIENTBLOCK\r
-#undef DEBUG_CLIENTBLOCK\r
-#define DEBUG_CLIENTBLOCK new( _CLIENT_BLOCK, __FILE__, __LINE__)\r
-#endif\r
-\r
 //! defines an allocation strategy (used only by irr::array so far)\r
 enum eAllocStrategy\r
 {\r