Removed inappropriate warning

This commit is contained in:
Robert Osfield
2012-03-20 12:01:02 +00:00
parent f51bb8bc70
commit 2f2908b7eb

View File

@@ -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];