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
-1
View File
@@ -19,7 +19,6 @@ public:
virtual int GetFileSizeInBytes( const CString &sFilePath );
virtual int GetFileHash( const CString &sPath );
virtual int GetPathValue( const CString &path );
virtual bool Ready() { return true; } /* see RageFileManager::MountpointIsReady */
virtual void FlushDirCache( const CString &sPath );
virtual bool Remove( const CString &sPath ) { return false; }