Simplify.

This commit is contained in:
Steve Checkoway
2006-10-01 13:55:01 +00:00
parent 01cd66bd0f
commit f73100705b
8 changed files with 45 additions and 48 deletions
+1 -2
View File
@@ -213,8 +213,7 @@ bool Workout::SaveToFile( RString sFile )
songGenres->AppendChild( "SongGenre", *s );
}
XMLDisplayOptions opts;
return xml.SaveToFile( sFile, opts );
return xml.SaveToFile( sFile );
}
// lua start