From 07f96583f5b430d260e4d6ff2f45f8d2065d7b8e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 10 Feb 2003 16:48:53 +0000 Subject: [PATCH] Removed the osg::notify() calls from the RenderBin prototype construction to avoid problems under OSX with construction/deletion of std::cout/cerr. --- src/osgUtil/RenderBin.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/osgUtil/RenderBin.cpp b/src/osgUtil/RenderBin.cpp index a0049a3c7..785a82fef 100644 --- a/src/osgUtil/RenderBin.cpp +++ b/src/osgUtil/RenderBin.cpp @@ -15,7 +15,6 @@ #include #include -#include #include @@ -26,8 +25,8 @@ using namespace osgUtil; class RenderBinPrototypeList : public osg::Referenced, public std::map< std::string, osg::ref_ptr > { public: - RenderBinPrototypeList() {osg::notify(osg::DEBUG_INFO)<<"constructing RenderBinPrototypeList"<