2
0
Эх сурвалжийг харах

- remove old test code stub. I have no idea how this ugly piece of shit managed to survive *that* long.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@874 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg 14 жил өмнө
parent
commit
86629f5c10
1 өөрчлөгдсөн 0 нэмэгдсэн , 12 устгасан
  1. 0 12
      code/Importer.cpp

+ 0 - 12
code/Importer.cpp

@@ -1262,18 +1262,6 @@ void Importer::SetPropertyFloat(const char* szName, float iValue,
 void Importer::SetPropertyString(const char* szName, const std::string& value, 
 	bool* bWasExisting /*= NULL*/)
 {
-	try {
-		std::cout << "";
-	}
-	catch (...) {
-		try {
-			throw;
-		}
-		catch(std::exception&) {
-			return;
-		}
-	}
-
 	ASSIMP_BEGIN_EXCEPTION_REGION();
 		SetGenericProperty<std::string>(pimpl->mStringProperties, szName,value,bWasExisting);	
 	ASSIMP_END_EXCEPTION_REGION(void);