Kim Kulling преди 2 години
родител
ревизия
e6f26fc52e
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      code/Common/ImporterRegistry.cpp

+ 0 - 3
code/Common/ImporterRegistry.cpp

@@ -382,9 +382,6 @@ void GetImporterInstanceList(std::vector<BaseImporter *> &out) {
 #ifndef ASSIMP_BUILD_NO_IQM_IMPORTER
     out.push_back(new IQMImporter());
 #endif
-    //#ifndef ASSIMP_BUILD_NO_STEP_IMPORTER
-    //     out.push_back(new StepFile::StepFileImporter());
-    //#endif
 }
 
 /** will delete all registered importers. */