Kaydet (Commit) 4ba3a64c authored tarafından David Tardon's avatar David Tardon

remove duplicate statement

üst 407ee055
...@@ -449,7 +449,6 @@ namespace slideshow ...@@ -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 ) );
......
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