diff --git a/Standard Gaming Platform/FileMan.h b/Standard Gaming Platform/FileMan.h index 0ef827c10..a1350eaa4 100644 --- a/Standard Gaming Platform/FileMan.h +++ b/Standard Gaming Platform/FileMan.h @@ -179,10 +179,6 @@ INT32 CompareSGPFileTimes( SGP_FILETIME *pFirstFileTime, SGP_FILETIME *pSecondFi // files times may be slightly different due to SourceSafe of copying BOOLEAN FileIsOlderThanFile(CHAR8 *pcFileName1, CHAR8 *pcFileName2, UINT32 ulNumSeconds); -// Pass in the Fileman file handle of an OPEN file and it will return.. -// if its a Real File, the return will be the handle of the REAL file -// if its a LIBRARY file, the return will be the handle of the LIBRARY -HANDLE GetRealFileHandleFromFileManFileHandle( HWFILE hFile ); BOOLEAN AddSubdirectoryToPath(CHAR8 *pDirectory);