diff --git a/CMakeLists.txt b/CMakeLists.txt index 3742eb01a..4660f8aa6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,12 +78,10 @@ OPTION ( ASSIMP_COVERALLS "EaƄable this to measure test coverage." OFF ) - option ( SYSTEM_IRRXML "Use system installed Irrlicht/IrrXML library." OFF ) - OPTION ( BUILD_DOCS "Build documentation using Doxygen." OFF diff --git a/code/ASELoader.h b/code/ASELoader.h index 3c5048367..8a8d4faa4 100644 --- a/code/ASELoader.h +++ b/code/ASELoader.h @@ -64,9 +64,6 @@ public: ASEImporter(); ~ASEImporter(); - -public: - // ------------------------------------------------------------------- /** Returns whether the class can handle the format of the given file. * See BaseImporter::CanRead() for details.