remove XXX

This commit is contained in:
Glenn Maynard
2004-02-27 05:44:53 +00:00
parent 5b5834acba
commit 0390641b45
-1
View File
@@ -102,7 +102,6 @@ RageFileObj *RageFileDriverDirect::Open( const CString &path, int mode, RageFile
/* This partially resolves. For example, if "abc/def" exists, and we're opening
* "ABC/DEF/GHI/jkl/mno", this will resolve it to "abc/def/GHI/jkl/mno"; we'll
* create the missing parts below. */
/* XXX: does it? */
FDB->ResolvePath( sPath );
if( mode & RageFile::WRITE )