remove unused function

This commit is contained in:
Glenn Maynard
2005-05-28 02:38:31 +00:00
parent ccd0cba6da
commit 7f50526d37
@@ -60,16 +60,6 @@ int ChooseWindowPixelFormat( RageDisplay::VideoModeParams p, PIXELFORMATDESCRIPT
return ChoosePixelFormat( GraphicsWindow::GetHDC(), PixelFormat );
}
void pump(const char *p)
{
MSG msg;
while( PeekMessage( &msg, NULL, 0, 0, PM_NOREMOVE ) )
{
GetMessage( &msg, NULL, 0, 0 );
LOG->Trace("%s msg: %i -> %i", p, msg.message, msg.hwnd );
DispatchMessage( &msg );
}
}
void DumpPixelFormat( const PIXELFORMATDESCRIPTOR &pfd )
{