remove RageFileDriver::Ready
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user