diff --git a/include/ISceneManager.h b/include/ISceneManager.h
index 69503c1b..60beeca0 100644
--- a/include/ISceneManager.h
+++ b/include/ISceneManager.h
@@ -199,13 +199,6 @@ namespace scene
* by Fabio Concas and adapted by Thomas Alten.
*
*
- * LightWave (.lwo) |
- * Native to NewTek's LightWave 3D, the LWO format is well
- * known and supported by many exporters. This loader will
- * import LWO2 models including lightmaps, bumpmaps and
- * reflection textures. |
- *
- *
* Maya (.obj) |
* Most 3D software can create .obj files which contain
* static geometry without material data. The material
|