From 97e9277d1cab3ab27f71bac9787c56570f6d6e15 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 22 Feb 2004 04:57:17 +0000 Subject: [PATCH] this comment came from somewhere else, I think --- stepmania/src/ScreenEvaluation.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/ScreenEvaluation.cpp b/stepmania/src/ScreenEvaluation.cpp index fae4323eb6..6cf43c13d0 100644 --- a/stepmania/src/ScreenEvaluation.cpp +++ b/stepmania/src/ScreenEvaluation.cpp @@ -1298,9 +1298,6 @@ void ScreenEvaluation::Input( const DeviceInput& DeviceI, const InputEventType t if( !m_bSavedScreenshot[pn] && // only allow one screenshot PROFILEMAN->IsUsingProfile(pn) ) { - /* XXX: What's the difference between this and StyleI.player? */ - /* StyleI won't be valid if it's a menu button that's pressed. - * There's got to be a better way of doing this. -Chris */ CString sDir = PROFILEMAN->GetProfileDir((ProfileSlot)pn) + "Screenshots/"; CString sFileName = SaveScreenshot( sDir, true, true ); CString sPath = sDir+sFileName;