[cppchecker] unread Variable within a #ifdef [WINT] removed
This commit is contained in:
parent
e024f61693
commit
aa9fe64403
1 changed files with 1 additions and 2 deletions
|
@ -530,11 +530,10 @@ 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();
|
||||
const SystemEnvData* pChildSysData = pWindow->GetSystemData();
|
||||
#endif
|
||||
|
||||
if( pWindow )
|
||||
|
|
Loading…
Reference in a new issue