From 2dd114942b9aa1b770cd56a332a3f167af3106fd Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 19 Jul 2005 08:36:02 +0000 Subject: [PATCH] cleanup --- stepmania/src/Actor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/Actor.cpp b/stepmania/src/Actor.cpp index 215155c381..7f878a1d6e 100644 --- a/stepmania/src/Actor.cpp +++ b/stepmania/src/Actor.cpp @@ -168,7 +168,6 @@ Actor::Actor( const Actor &cpy ) CPY( m_mapNameToCommands ); CPY( m_vsSubscribedTo ); - vector m_vsSubscribedTo; #undef CPY }