From 264120c28c5d29a39700e2819be84efa2f80aab0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 27 Feb 2006 03:28:37 +0000 Subject: [PATCH] unused --- stepmania/src/OptionRow.h | 2 -- 1 file changed, 2 deletions(-) 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