fix review findings.,
authorKim Kulling <kim.kulling@googlemail.com>
Wed, 28 Jun 2017 20:08:20 +0000 (22:08 +0200)
committerKim Kulling <kim.kulling@googlemail.com>
Wed, 28 Jun 2017 20:08:20 +0000 (22:08 +0200)
CMakeLists.txt
code/ASELoader.h

index 3742eb0..4660f8a 100644 (file)
@@ -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
index 3c50483..8a8d4fa 100644 (file)
@@ -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.