]> git.lizzy.rs Git - irrlicht.git/blobdiff - include/IrrCompileConfig.h
Drop _IRR_SCENEMANAGER_DEBUG
[irrlicht.git] / include / IrrCompileConfig.h
index 0259399c132e4610ea7d211cca677ad1f7b8fede..d186a2cb4d0c5fe9f3d5489ded94fffe04b0a71b 100644 (file)
 #define IRRLICHT_API\r
 #endif\r
 \r
-\r
-#ifdef _DEBUG\r
-       //! A few attributes are written in CSceneManager when _IRR_SCENEMANAGER_DEBUG is enabled\r
-       // NOTE: Those attributes were used always until 1.8.0 and became a global define for 1.8.1\r
-       // which is only enabled in debug because it had a large (sometimes >5%) impact on speed.\r
-       // A better solution in the long run is to break the interface and remove _all_ attribute\r
-       // access in functions like CSceneManager::drawAll and instead put that information in some\r
-       // own struct/class or in CSceneManager.\r
-       // See http://irrlicht.sourceforge.net/forum/viewtopic.php?f=2&t=48211 for the discussion.\r
-       #define _IRR_SCENEMANAGER_DEBUG\r
-       #ifdef NO_IRR_SCENEMANAGER_DEBUG\r
-               #undef _IRR_SCENEMANAGER_DEBUG\r
-       #endif\r
-#endif\r
-\r
 #endif // __IRR_COMPILE_CONFIG_H_INCLUDED__\r