cleanup
This commit is contained in:
@@ -106,8 +106,7 @@ void RageFileDriver::GetDirListing( const CString &sPath, CStringArray &AddTo, b
|
|||||||
|
|
||||||
RageFileManager::FileType RageFileDriver::GetFileType( const CString &sPath )
|
RageFileManager::FileType RageFileDriver::GetFileType( const CString &sPath )
|
||||||
{
|
{
|
||||||
/* XXX */
|
return FDB->GetFileType( sPath );
|
||||||
return (RageFileManager::FileType) FDB->GetFileType( sPath );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int RageFileDriver::GetFileSizeInBytes( const CString &sPath )
|
int RageFileDriver::GetFileSizeInBytes( const CString &sPath )
|
||||||
|
|||||||
Reference in New Issue
Block a user