diff --git a/stepmania/src/RageUtil.cpp b/stepmania/src/RageUtil.cpp index db6b1c790c..442f5c6dee 100644 --- a/stepmania/src/RageUtil.cpp +++ b/stepmania/src/RageUtil.cpp @@ -506,6 +506,7 @@ CString DerefRedir(const CString &path) return path2; } +/* XXX: This can be used to read one line from any file; rename it. */ CString GetRedirContents(const CString &path) { RageFile file(path);