From 86629f5c105242de2a5f3a22f140ab50e3aec478 Mon Sep 17 00:00:00 2001 From: aramis_acg Date: Mon, 6 Dec 2010 19:49:55 +0000 Subject: [PATCH] - 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 --- code/Importer.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/code/Importer.cpp b/code/Importer.cpp index 8fc099ed6..2a59d17f4 100644 --- a/code/Importer.cpp +++ b/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(pimpl->mStringProperties, szName,value,bWasExisting); ASSIMP_END_EXCEPTION_REGION(void);