remove remove SetVideoModeParams
This commit is contained in:
@@ -174,13 +174,6 @@ static LRESULT CALLBACK GraphicsWindow_WndProc( HWND hWnd, UINT msg, WPARAM wPar
|
||||
return DefWindowProcA( hWnd, msg, wParam, lParam );
|
||||
}
|
||||
|
||||
void GraphicsWindow::SetVideoModeParams( const VideoModeParams &p )
|
||||
{
|
||||
//LOG->Warn( "GraphicsWindow::SetVideoModeParams %d %d", p.width, p.height );
|
||||
|
||||
g_CurrentParams = p;
|
||||
}
|
||||
|
||||
/* Set the display mode to the given size, bit depth and refresh. The refresh
|
||||
* setting may be ignored. */
|
||||
CString GraphicsWindow::SetScreenMode( const VideoModeParams &p )
|
||||
|
||||
@@ -15,7 +15,6 @@ namespace GraphicsWindow
|
||||
/* Shut down completely. */
|
||||
void Shutdown();
|
||||
|
||||
void SetVideoModeParams( const VideoModeParams &p );
|
||||
CString SetScreenMode( const VideoModeParams &p );
|
||||
void DestroyGraphicsWindow();
|
||||
void ConfigureGraphicsWindow( const VideoModeParams &p, bool bForceRecreateWindow = false );
|
||||
|
||||
Reference in New Issue
Block a user