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
-1
View File
@@ -11,7 +11,6 @@ public:
RageDisplay_Null( VideoModeParams p );
void Update( float fDeltaTime ) { }
bool IsSoftwareRenderer() { return false; }
void ResolutionChanged() { }
const PixelFormatDesc *GetPixelFormatDesc(PixelFormat pf) const;