- 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-9d2fd5bffc1fpull/1/head
parent
bd92f15128
commit
86629f5c10
|
@ -1262,18 +1262,6 @@ void Importer::SetPropertyFloat(const char* szName, float iValue,
|
||||||
void Importer::SetPropertyString(const char* szName, const std::string& value,
|
void Importer::SetPropertyString(const char* szName, const std::string& value,
|
||||||
bool* bWasExisting /*= NULL*/)
|
bool* bWasExisting /*= NULL*/)
|
||||||
{
|
{
|
||||||
try {
|
|
||||||
std::cout << "";
|
|
||||||
}
|
|
||||||
catch (...) {
|
|
||||||
try {
|
|
||||||
throw;
|
|
||||||
}
|
|
||||||
catch(std::exception&) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
ASSIMP_BEGIN_EXCEPTION_REGION();
|
ASSIMP_BEGIN_EXCEPTION_REGION();
|
||||||
SetGenericProperty<std::string>(pimpl->mStringProperties, szName,value,bWasExisting);
|
SetGenericProperty<std::string>(pimpl->mStringProperties, szName,value,bWasExisting);
|
||||||
ASSIMP_END_EXCEPTION_REGION(void);
|
ASSIMP_END_EXCEPTION_REGION(void);
|
||||||
|
|
Loading…
Reference in New Issue