diff --git a/src/osgViewer/PixelBufferCocoa.mm b/src/osgViewer/PixelBufferCocoa.mm index 086a93f35..ccff33be1 100644 --- a/src/osgViewer/PixelBufferCocoa.mm +++ b/src/osgViewer/PixelBufferCocoa.mm @@ -26,8 +26,6 @@ void PixelBufferCocoa::init() bool PixelBufferCocoa::realizeImplementation() { - std::cout << "PixelBufferCocoa :: realizeImplementation not implemented yet " << std::endl; - NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init]; NSOpenGLPixelFormatAttribute attr[32];