Removed redundent #pragma
This commit is contained in:
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…
Reference in New Issue
Block a user