diff --git a/stepmania/src/OptionRow.h b/stepmania/src/OptionRow.h index c3236e72b6..2fe2e8eeb7 100644 --- a/stepmania/src/OptionRow.h +++ b/stepmania/src/OptionRow.h @@ -223,8 +223,6 @@ protected: public: void SetDestination( Actor::TweenState &ts, bool bTween ); -protected: - bool m_bHidden; // currently off screen }; #endif