remove RecreateGraphicsWindow

This commit is contained in:
Glenn Maynard
2006-01-15 00:39:20 +00:00
parent 7c2f1fc48b
commit d52b52386b
2 changed files with 0 additions and 6 deletions
@@ -259,11 +259,6 @@ void GraphicsWindow::CreateGraphicsWindow( const VideoModeParams &p )
g_HDC = GetDC( g_hWndMain );
}
void GraphicsWindow::RecreateGraphicsWindow( const VideoModeParams &p )
{
CreateGraphicsWindow(p);
}
/* Set the final window size, set the window text and icon, and then unhide the
* window. */
void GraphicsWindow::ConfigureGraphicsWindow( const VideoModeParams &p )