From d223ca42177b9db69a2a671157afb1f73790dd17 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 12 May 2003 00:58:29 +0000 Subject: [PATCH] Remove a header and a variable that are never used. Please, folks, always run a cvs diff and see if changes make sense before committing ... --- stepmania/src/Actor.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/Actor.cpp b/stepmania/src/Actor.cpp index 1b7db45ac8..76d3d7faff 100644 --- a/stepmania/src/Actor.cpp +++ b/stepmania/src/Actor.cpp @@ -18,7 +18,6 @@ #include "RageMath.h" #include "GameConstantsAndTypes.h" #include "RageLog.h" -#include "ThemeManager.h" /* This is Reset instead of Init since many derived classes have Init() functions * that shouldn't change the position of the actor. */ @@ -648,8 +647,6 @@ void Actor::Command( CString sCommandString ) CStringArray asCommands; split( sCommandString, ";", asCommands, true ); - float fTimeElapsed=0; - for( unsigned c=0; c