From 57d0538f1ed3f64dc4b82a21b9ee614cec847f38 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 24 Sep 2015 10:48:57 +0000 Subject: [PATCH] Quietened down debug messages git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@15134 16af8721-9629-0410-8352-f15c8da7e697 --- src/osg/Drawable.cpp | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/osg/Drawable.cpp b/src/osg/Drawable.cpp index f0eda6e4d..cde7c7bdd 100644 --- a/src/osg/Drawable.cpp +++ b/src/osg/Drawable.cpp @@ -130,7 +130,7 @@ public: availableTime -= elapsedTime; #else - OSG_NOTICE<<"Warning: Drawable::flushDeletedDisplayLists(..) - not supported."< lock(_mutex_deletedDisplayListCache); for(DisplayListMap::iterator ditr=_displayListMap.begin(); @@ -151,19 +149,17 @@ public: _displayListMap.clear(); #else - OSG_NOTICE<<"Warning: Drawable::deleteDisplayList(..) - not supported."< lock(_mutex_deletedDisplayListCache); _displayListMap.clear(); } @@ -179,7 +175,7 @@ public: _displayListMap.insert(DisplayListMap::value_type(sizeHint,globj)); } #else - OSG_NOTICE<<"Warning: Drawable::deleteDisplayList(..) - not supported."<