Simplify.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user