fix wrong name used for ModeChoice

This commit is contained in:
Chris Danford
2004-02-13 05:25:47 +00:00
parent a0b00eae77
commit 069c2ded37
-1
View File
@@ -96,7 +96,6 @@ void ModeChoice::Load( int iIndex, CString sChoice )
{ {
m_iIndex = iIndex; m_iIndex = iIndex;
m_sName = sChoice;
m_bInvalid = false; m_bInvalid = false;
CString sSteps; CString sSteps;