From 0c9e2ef404b379fbb17fc28b78fc34ce5b32de01 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 10 Apr 2004 20:42:09 +0000 Subject: [PATCH] (that'd just be confusing) --- stepmania/src/RageFileManager.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stepmania/src/RageFileManager.cpp b/stepmania/src/RageFileManager.cpp index e10f8cb5d7..f740562cd4 100644 --- a/stepmania/src/RageFileManager.cpp +++ b/stepmania/src/RageFileManager.cpp @@ -170,11 +170,6 @@ void RageFileManager::MountInitialFilesystems() RageFileManager::Mount( "dir", Root, "" ); #elif defined(_WINDOWS) - /* XXX: Test to see if we can write to the program directory tree. If we can't, - * add a search path under "Documents and Settings" for writing scores, etc. Otherwise, - * don't. We don't want to write to D&S if we don't have to (it'll confuse people). */ -/* RageFileManager::Mount( "dir", "******", "" ); */ - /* All Windows data goes in the directory one level above the executable. */ CStringArray parts; split( DirOfExecutable, "/", parts );