From cc9ec88d276ca506b84c109988ba7172d24aa33e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 9 Feb 2009 11:13:37 +0000 Subject: [PATCH] Removed redundent #pragma --- src/osgDB/Registry.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osgDB/Registry.cpp b/src/osgDB/Registry.cpp index 7c4ba98e6..50259a2a1 100644 --- a/src/osgDB/Registry.cpp +++ b/src/osgDB/Registry.cpp @@ -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";