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