Removed debug message
This commit is contained in:
@@ -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 "<<this<<" "<<OpenThreads::Thread::CurrentThread()<<" _eglSurface="<<_eglSurface<<" _context="<<_context<<" result="<<result<<std::endl;
|
||||
checkEGLError("after eglMakeCurrent()");
|
||||
|
||||
return result;
|
||||
@@ -1000,8 +998,6 @@ bool GraphicsWindowX11::releaseContextImplementation()
|
||||
return false;
|
||||
}
|
||||
|
||||
osg::notify(osg::NOTICE)<<"GraphicsWindowX11::releaseContextImplementation() "<<this<<" "<<OpenThreads::Thread::CurrentThread()<<std::endl;
|
||||
|
||||
#ifdef OSG_USE_EGL
|
||||
return eglMakeCurrent( _eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT )==EGL_TRUE;
|
||||
checkEGLError("after eglMakeCurrent() release");
|
||||
|
||||
Reference in New Issue
Block a user