remove unused GetMonitorAspectRatio

This commit is contained in:
Chris Danford
2009-04-08 19:28:49 +00:00
parent ca6f749219
commit e1dee116c7
14 changed files with 0 additions and 46 deletions
-10
View File
@@ -325,16 +325,6 @@ void RageDisplay_D3D::GetDisplayResolutions( DisplayResolutions &out ) const
}
}
float RageDisplay_D3D::GetMonitorAspectRatio() const
{
#if defined(XBOX)
VideoModeParams p = GetActualVideoModeParams();
return p.width / (float)p.height;
#else
return g_DesktopMode.Width / (float)g_DesktopMode.Height;
#endif
}
D3DFORMAT FindBackBufferType(bool bWindowed, int iBPP)
{
HRESULT hr;