redundant
This commit is contained in:
@@ -878,7 +878,6 @@ bool NoteData::GetPrevTapNoteRowForAllTracks( int &rowInOut ) const
|
|||||||
XNode* NoteData::CreateNode() const
|
XNode* NoteData::CreateNode() const
|
||||||
{
|
{
|
||||||
XNode *p = new XNode( "NoteData" );
|
XNode *p = new XNode( "NoteData" );
|
||||||
p->m_sName = "NoteData";
|
|
||||||
|
|
||||||
all_tracks_const_iterator iter = GetTapNoteRangeAllTracks( 0, GetLastRow() );
|
all_tracks_const_iterator iter = GetTapNoteRangeAllTracks( 0, GetLastRow() );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user