remove unused prototype
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user