remove duplicate statement

This commit is contained in:
David Tardon 2012-02-27 09:04:06 +01:00
parent 407ee0556c
commit 4ba3a64c20

View File

@ -449,7 +449,6 @@ namespace slideshow
mpMediaWindow = ::std::auto_ptr< SystemChildWindow >( new
SystemChildWindow( pWindow, WB_CLIPCHILDREN ) );
mpMediaWindow = ::std::auto_ptr< SystemChildWindow >( new SystemChildWindow( pWindow, WB_CLIPCHILDREN ) );
mpMediaWindow->SetBackground( Color( COL_BLACK ) );
mpMediaWindow->SetPosSizePixel( Point( aAWTRect.X, aAWTRect.Y ),
Size( aAWTRect.Width, aAWTRect.Height ) );