Kaydet (Commit) 82315745 authored tarafından Pierre-André Jacquod's avatar Pierre-André Jacquod Kaydeden (comit) Norbert Thiebaud

unused variable in Windows build

according cppchecker, small cleaning
üst 76489b1f
......@@ -503,11 +503,9 @@ bool OGLTransitionerImpl::createWindow( Window* pPWindow )
#endif
#if defined( WNT )
const SystemEnvData* pChildSysData = NULL;
SystemWindowData winData;
winData.nSize = sizeof(winData);
pWindow=new SystemChildWindow(pPWindow, 0, &winData, sal_False);
pChildSysData = pWindow->GetSystemData();
#endif
if( pWindow )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment