From 2f2908b7eb49285524b67a798955c3d724ba07a7 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 20 Mar 2012 12:01:02 +0000 Subject: [PATCH] Removed inappropriate warning --- src/osgViewer/PixelBufferCocoa.mm | 2 -- 1 file changed, 2 deletions(-) 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];