From fa585ce0d21110361aed59c43e50fcd626652d6f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 27 Feb 2004 06:27:00 +0000 Subject: [PATCH] remove ResolvePath --- stepmania/src/RageUtil.h | 1 - stepmania/src/RageUtil_FileDB.cpp | 2 -- 2 files changed, 3 deletions(-) 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 -