redundant

This commit is contained in:
Glenn Maynard
2006-10-02 06:12:06 +00:00
parent 5f0e8a7167
commit cad383b2ab
-1
View File
@@ -878,7 +878,6 @@ bool NoteData::GetPrevTapNoteRowForAllTracks( int &rowInOut ) const
XNode* NoteData::CreateNode() const
{
XNode *p = new XNode( "NoteData" );
p->m_sName = "NoteData";
all_tracks_const_iterator iter = GetTapNoteRangeAllTracks( 0, GetLastRow() );