소스 검색

Fix compile error: missing var

Kim Kulling 3 년 전
부모
커밋
cbc4459dda
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      code/AssetLib/Blender/BlenderLoader.cpp

+ 0 - 1
code/AssetLib/Blender/BlenderLoader.cpp

@@ -114,7 +114,6 @@ BlenderImporter::~BlenderImporter() {
 }
 
 static const char * const Tokens[] = { "BLENDER" };
-//static const char * const TokensForSearch[] = { "blender" };
 
 // ------------------------------------------------------------------------------------------------
 // Returns whether the class can handle the format of the given file.