remove SetVideoModeParams call

This commit is contained in:
Glenn Maynard
2006-01-15 01:07:32 +00:00
parent 2de99a1d59
commit 16c7813949
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -632,8 +632,6 @@ CString RageDisplay_D3D::TryVideoMode( const VideoModeParams &_p, bool &bNewDevi
* resolution or set the window position. */
GraphicsWindow::ConfigureGraphicsWindow( p );
GraphicsWindow::SetVideoModeParams( p );
ResolutionChanged();
this->SetDefaultRenderStates();
@@ -184,8 +184,6 @@ CString LowLevelWindow_Win32::TryVideoMode( const VideoModeParams &p, bool &bNew
* reconfigure it. */
GraphicsWindow::ConfigureGraphicsWindow( p, bNewDeviceOut );
GraphicsWindow::SetVideoModeParams( p );
if( bNeedToSetPixelFormat )
{
/* Set the pixel format. */