Removed redundent #pragma

remotes/origin/OpenSceneGraph-2.8
Robert Osfield 16 years ago
parent 3153c30930
commit cc9ec88d27

@ -672,7 +672,6 @@ std::string Registry::createLibraryNameForExtension(const std::string& ext)
return prepend+"osgdb_"+lowercase_ext+".sl";
#else
#ifdef _DEBUG
#pragma message(OSG_DEBUG_POSTFIX_WITH_QUOTES)
return prepend+"osgdb_"+lowercase_ext+ OSG_DEBUG_POSTFIX_WITH_QUOTES + ".so";
#else
return prepend+"osgdb_"+lowercase_ext+".so";

Loading…
Cancel
Save