remove ResolvePath

This commit is contained in:
Glenn Maynard
2004-02-27 06:27:00 +00:00
parent b46f5602d7
commit fa585ce0d2
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -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();
-2
View File
@@ -418,5 +418,3 @@ void FilenameDB::GetDirListing( CString sPath, CStringArray &AddTo, bool bOnlyDi
}
}
bool ResolvePath(CString &path) { return true; } // XXX