From 8cdab419d6c18f1769ebc4b938cba7decaf0bd0f Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Tue, 8 Feb 2011 19:23:45 -0600 Subject: [PATCH] remove unused --- src/ScreenSelect.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/ScreenSelect.h b/src/ScreenSelect.h index d3174e3f9a..efdc9e92ab 100644 --- a/src/ScreenSelect.h +++ b/src/ScreenSelect.h @@ -23,14 +23,9 @@ public: protected: virtual int GetSelectionIndex( PlayerNumber pn ) = 0; - virtual void UpdateSelectableChoices() = 0; // derived screens must handle this + virtual void UpdateSelectableChoices() = 0; // derived screens must handle this - vector m_aGameCommands; // derived classes should look here for what choices are available -#if defined(SSC_FUTURES) - // this is gonna become awkward... -aj -#else - vector m_aGameCommandsB; // only used if the theme requires a second list -#endif + vector m_aGameCommands; // derived classes should look here for what choices are available vector m_asSubscribedMessages;