From 0390641b4558027e692e4d7824646e523f42a946 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 27 Feb 2004 05:44:53 +0000 Subject: [PATCH] remove XXX --- stepmania/src/RageFileDriverDirect.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/RageFileDriverDirect.cpp b/stepmania/src/RageFileDriverDirect.cpp index f69346157c..3f39803949 100644 --- a/stepmania/src/RageFileDriverDirect.cpp +++ b/stepmania/src/RageFileDriverDirect.cpp @@ -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 )