unused variable

This commit is contained in:
Glenn Maynard
2004-11-24 00:51:40 +00:00
parent 70ea342ac1
commit 2f77f403ef
-2
View File
@@ -54,8 +54,6 @@ void RadarValues::LoadFromNode( const XNode* pNode )
Zero();
CString s;
FOREACH_RadarCategory( rc )
pNode->GetChildValue( RadarCategoryToString(rc), m_fValues[rc] );
}