remove unused prototype

This commit is contained in:
Glenn Maynard
2003-03-15 03:23:21 +00:00
parent 6e317b9f57
commit 3b1396dd65
-2
View File
@@ -175,8 +175,6 @@ CString join(const CString &Deliminator, const CStringArray& Source);
bool CreateDirectories( CString Path );
void GetDirListing( CString sPath, CStringArray &AddTo, bool bOnlyDirs=false, bool bReturnPathToo=false );
void FlushDirCache();
unsigned int GetHashForString( CString s );
unsigned int GetHashForFile( CString sPath );
unsigned int GetHashForDirectory( CString sDir ); // a hash value that remains the same as long as nothing in the directory has changed