From 60b73bcb7b3c6141e095e2c9056fac1f5bedb575 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 14 Aug 2002 09:30:02 +0000 Subject: [PATCH] Commented out the #define USE_DEPRECATED_API. --- include/osg/Export | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Export b/include/osg/Export index 6110e661c..5dfcf0caf 100644 --- a/include/osg/Export +++ b/include/osg/Export @@ -8,7 +8,7 @@ // define used to include in API which is being fazed out // if you can compile your apps with this turned off you are // well placed for compatablity with future versions. -#define USE_DEPRECATED_API +// #define USE_DEPRECATED_API #if defined(_MSC_VER) #pragma warning( disable : 4244 )