Переглянути джерело

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 Tokens[] = { "BLENDER" };
-//static const char * const TokensForSearch[] = { "blender" };
 
 
 // ------------------------------------------------------------------------------------------------
 // ------------------------------------------------------------------------------------------------
 // Returns whether the class can handle the format of the given file.
 // Returns whether the class can handle the format of the given file.