From 15dc3fb18996457690202df25ae969e6acf0dc0b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 16 Jan 2004 22:33:01 +0000 Subject: [PATCH] cleanup --- stepmania/src/RageFileDriver.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/RageFileDriver.cpp b/stepmania/src/RageFileDriver.cpp index 6dd79b6f6f..c78ddcd376 100644 --- a/stepmania/src/RageFileDriver.cpp +++ b/stepmania/src/RageFileDriver.cpp @@ -106,8 +106,7 @@ void RageFileDriver::GetDirListing( const CString &sPath, CStringArray &AddTo, b RageFileManager::FileType RageFileDriver::GetFileType( const CString &sPath ) { - /* XXX */ - return (RageFileManager::FileType) FDB->GetFileType( sPath ); + return FDB->GetFileType( sPath ); } int RageFileDriver::GetFileSizeInBytes( const CString &sPath )