diff --git a/stepmania/src/RageUtil.h b/stepmania/src/RageUtil.h index 7b6e6fe3c3..af9d9c3a36 100644 --- a/stepmania/src/RageUtil.h +++ b/stepmania/src/RageUtil.h @@ -298,7 +298,6 @@ void GetDirListing( const CString &sPath, CStringArray &AddTo, bool bOnlyDirs=fa bool DoesFileExist( const CString &sPath ); bool IsAFile( const CString &sPath ); bool IsADirectory( const CString &sPath ); -bool ResolvePath(CString &path); unsigned GetFileSizeInBytes( const CString &sFilePath ); void FlushDirCache(); diff --git a/stepmania/src/RageUtil_FileDB.cpp b/stepmania/src/RageUtil_FileDB.cpp index 667f4ccd6d..1163c3d5f8 100644 --- a/stepmania/src/RageUtil_FileDB.cpp +++ b/stepmania/src/RageUtil_FileDB.cpp @@ -418,5 +418,3 @@ void FilenameDB::GetDirListing( CString sPath, CStringArray &AddTo, bool bOnlyDi } } -bool ResolvePath(CString &path) { return true; } // XXX -