diff options
Diffstat (limited to 'source/Irrlicht/COBJMeshFileLoader.cpp')
-rw-r--r-- | source/Irrlicht/COBJMeshFileLoader.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source/Irrlicht/COBJMeshFileLoader.cpp b/source/Irrlicht/COBJMeshFileLoader.cpp index c4fee23..c4be102 100644 --- a/source/Irrlicht/COBJMeshFileLoader.cpp +++ b/source/Irrlicht/COBJMeshFileLoader.cpp @@ -2,9 +2,6 @@ // This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in irrlicht.h
-#include "IrrCompileConfig.h"
-#ifdef _IRR_COMPILE_WITH_OBJ_LOADER_
-
#include "COBJMeshFileLoader.h"
#include "IMeshManipulator.h"
#include "IVideoDriver.h"
@@ -612,6 +609,3 @@ void COBJMeshFileLoader::cleanUp() } // end namespace scene
} // end namespace irr
-
-#endif // _IRR_COMPILE_WITH_OBJ_LOADER_
-
|