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."<