Simplify.

This commit is contained in:
Steve Checkoway
2006-10-01 14:51:50 +00:00
parent 65007cf941
commit 01fb4540f3
15 changed files with 33 additions and 64 deletions
+1 -2
View File
@@ -49,8 +49,7 @@ void CatalogXml::Save( LoadingWindow *loading_window )
LOG->Trace( "Writing %s ...", fn.c_str() );
XNode xml;
xml.m_sName = "Catalog";
XNode xml( "Catalog" );
const vector<StepsType> &vStepsTypesToShow = CommonMetrics::STEPS_TYPES_TO_SHOW.GetValue();