remove duplicate statement
This commit is contained in:
parent
407ee0556c
commit
4ba3a64c20
@ -449,7 +449,6 @@ namespace slideshow
|
|||||||
|
|
||||||
mpMediaWindow = ::std::auto_ptr< SystemChildWindow >( new
|
mpMediaWindow = ::std::auto_ptr< SystemChildWindow >( new
|
||||||
SystemChildWindow( pWindow, WB_CLIPCHILDREN ) );
|
SystemChildWindow( pWindow, WB_CLIPCHILDREN ) );
|
||||||
mpMediaWindow = ::std::auto_ptr< SystemChildWindow >( new SystemChildWindow( pWindow, WB_CLIPCHILDREN ) );
|
|
||||||
mpMediaWindow->SetBackground( Color( COL_BLACK ) );
|
mpMediaWindow->SetBackground( Color( COL_BLACK ) );
|
||||||
mpMediaWindow->SetPosSizePixel( Point( aAWTRect.X, aAWTRect.Y ),
|
mpMediaWindow->SetPosSizePixel( Point( aAWTRect.X, aAWTRect.Y ),
|
||||||
Size( aAWTRect.Width, aAWTRect.Height ) );
|
Size( aAWTRect.Width, aAWTRect.Height ) );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user