diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/svmain.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx index 1f597e5eb404..fdf2b9f28a34 100644 --- a/vcl/source/app/svmain.cxx +++ b/vcl/source/app/svmain.cxx @@ -442,15 +442,6 @@ void DeInitVCL() } if ( pSVData->mpDefaultWin ) { - OpenGLContext* pContext = pSVData->mpDefaultWin->GetGraphics()->GetOpenGLContext(); - if( pContext ) - { -#ifdef DBG_UTIL - pContext->DeRef(NULL); -#else - pContext->DeRef(); -#endif - } delete pSVData->mpDefaultWin; pSVData->mpDefaultWin = NULL; } |