From b13a165303e754c0b5a5b64c078f2e00be5ff16b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 16 Aug 2006 18:07:45 +0000 Subject: [PATCH] remove more pre-ActorScroller cruft --- stepmania/src/CourseContentsList.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stepmania/src/CourseContentsList.h b/stepmania/src/CourseContentsList.h index ab328473d0..9d54c9fa99 100644 --- a/stepmania/src/CourseContentsList.h +++ b/stepmania/src/CourseContentsList.h @@ -23,12 +23,7 @@ public: void PushSelf( lua_State *L ); protected: - - Quad m_quad; - vector m_vpDisplay; - - float m_fTimeUntilScroll; }; #endif