diff options
Diffstat (limited to 'source/Irrlicht/CXMeshFileLoader.cpp')
-rw-r--r-- | source/Irrlicht/CXMeshFileLoader.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/Irrlicht/CXMeshFileLoader.cpp b/source/Irrlicht/CXMeshFileLoader.cpp index 2de099f..dfeefd3 100644 --- a/source/Irrlicht/CXMeshFileLoader.cpp +++ b/source/Irrlicht/CXMeshFileLoader.cpp @@ -4,8 +4,6 @@ #include "IrrCompileConfig.h"
-#ifdef _IRR_COMPILE_WITH_X_LOADER_
-
#include "CXMeshFileLoader.h"
#include "os.h"
@@ -2359,6 +2357,3 @@ bool CXMeshFileLoader::readMatrix(core::matrix4& mat) } // end namespace scene
} // end namespace irr
-
-#endif // _IRR_COMPILE_WITH_X_LOADER_
-
|