Browse Source

Remove dead code.

Kim Kulling 2 years ago
parent
commit
e6f26fc52e
1 changed files with 0 additions and 3 deletions
  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. */