remove unused

This commit is contained in:
AJ Kelly
2011-02-08 19:23:45 -06:00
parent 377b2bd3bb
commit 8cdab419d6
-5
View File
@@ -26,11 +26,6 @@ protected:
virtual void UpdateSelectableChoices() = 0; // derived screens must handle this virtual void UpdateSelectableChoices() = 0; // derived screens must handle this
vector<GameCommand> m_aGameCommands; // derived classes should look here for what choices are available vector<GameCommand> m_aGameCommands; // derived classes should look here for what choices are available
#if defined(SSC_FUTURES)
// this is gonna become awkward... -aj
#else
vector<GameCommand> m_aGameCommandsB; // only used if the theme requires a second list
#endif
vector<RString> m_asSubscribedMessages; vector<RString> m_asSubscribedMessages;