فهرست منبع

fix review findings.,

Kim Kulling 8 سال پیش
والد
کامیت
f30fd58494
2فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
  1. 0 2
      CMakeLists.txt
  2. 0 3
      code/ASELoader.h

+ 0 - 2
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

+ 0 - 3
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.