From 3b1396dd651bc969e5c494981b3ad8d299d036d4 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 15 Mar 2003 03:23:21 +0000 Subject: [PATCH] remove unused prototype --- stepmania/src/RageUtil.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/RageUtil.h b/stepmania/src/RageUtil.h index 54ba1e1e21..d67e69f27f 100644 --- a/stepmania/src/RageUtil.h +++ b/stepmania/src/RageUtil.h @@ -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