remove virtual IsSoftwareRenderer()

This commit is contained in:
Glenn Maynard
2004-05-23 22:38:44 +00:00
parent d5b79a4cd3
commit e0ceb30f93
4 changed files with 0 additions and 9 deletions
-5
View File
@@ -337,11 +337,6 @@ void RageDisplay_D3D::Update(float fDeltaTime)
#endif
}
bool RageDisplay_D3D::IsSoftwareRenderer()
{
return false;
}
RageDisplay_D3D::~RageDisplay_D3D()
{
LOG->Trace( "RageDisplay_D3D::~RageDisplay()" );