You need to sign in or sign up before continuing.
Commit b6ca2502 authored by hybrid's avatar hybrid

Removed nonworking stuff

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@970 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 13b98514
......@@ -82,17 +82,8 @@
#include "CB3DMeshFileLoader.h"
#endif
#ifdef _IRR_COMPILE_WITH_COLLADA_WRITER_
#include "CColladaMeshWriter.h"
#endif
#ifdef _IRR_COMPILE_WITH_IRR_WRITER_
#include "CIrrMeshWriter.h"
#endif
#ifdef _IRR_COMPILE_WITH_STL_WRITER_
#include "CSTLMeshWriter.h"
#endif
#include "CCubeSceneNode.h"
#include "CSphereSceneNode.h"
......@@ -2200,8 +2191,6 @@ IMeshWriter* CSceneManager::createMeshWriter(EMESH_WRITER_TYPE type)
return new CIrrMeshWriter(Driver, FileSystem);
case EMWT_COLLADA:
return new CColladaMeshWriter(Driver, FileSystem);
case EMWT_STL:
return new CSTLMeshWriter(this);
}
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment