1
0

Drop obsolete configuration macros

This commit is contained in:
numzero
2023-02-20 00:55:45 +03:00
parent 5a2b807890
commit 67f852be57
31 changed files with 30 additions and 396 deletions

View File

@@ -3,8 +3,6 @@
// For conditions of distribution and use, see copyright notice in irrlicht.h
#include "IrrCompileConfig.h"
#ifdef _IRR_COMPILE_WITH_SKINNED_MESH_SUPPORT_
#include "CBoneSceneNode.h"
namespace irr
@@ -98,6 +96,3 @@ void CBoneSceneNode::updateAbsolutePositionOfAllChildren()
} // namespace scene
} // namespace irr
#endif