remove RageFileDriver::Ready

This commit is contained in:
Glenn Maynard
2005-05-31 21:58:21 +00:00
parent ee259739d6
commit edf10cb9b3
5 changed files with 0 additions and 54 deletions
-5
View File
@@ -167,11 +167,6 @@ RageFileBasic *RageFileObjDirect::Copy() const
return ret;
}
bool RageFileDriverDirect::Ready()
{
return PathReady( root );
}
bool RageFileDriverDirect::Remount( const CString &sPath )
{
root = sPath;