From d3ab362eae524bf512b7e1bbb025a346728adfaa Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 10 Nov 2009 14:59:42 +0000 Subject: [PATCH] Removed debug message --- src/osgViewer/GraphicsWindowX11.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/osgViewer/GraphicsWindowX11.cpp b/src/osgViewer/GraphicsWindowX11.cpp index 38aaa5524..1406dc256 100644 --- a/src/osgViewer/GraphicsWindowX11.cpp +++ b/src/osgViewer/GraphicsWindowX11.cpp @@ -982,8 +982,6 @@ bool GraphicsWindowX11::makeCurrentImplementation() #ifdef OSG_USE_EGL bool result = eglMakeCurrent(_eglDisplay, _eglSurface, _eglSurface, _context)==EGL_TRUE; - - osg::notify(osg::NOTICE)<<"GraphicsWindowX11::makeCurrentImplementation "<