From d410dbdfdbf8edb1048908bc1893e66d24479379 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 15 Dec 2003 02:41:55 +0000 Subject: [PATCH] remove old comment --- stepmania/src/RageUtil_FileDB.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stepmania/src/RageUtil_FileDB.cpp b/stepmania/src/RageUtil_FileDB.cpp index 218b4307aa..28c6d99842 100644 --- a/stepmania/src/RageUtil_FileDB.cpp +++ b/stepmania/src/RageUtil_FileDB.cpp @@ -325,10 +325,6 @@ void FilenameDB::GetDirListing( CString sPath, CStringArray &AddTo, bool bOnlyDi /* If you want the CWD, use ".". */ ASSERT(!sPath.empty()); - /* XXX: for case-insensitive resolving, we assume the first element is - * correct (we need a place to start from); so if sPath is relative, - * prepend "./" */ - /* Strip off the last path element and use it as a mask. */ unsigned pos = sPath.find_last_of( '/' ); CString fn;