Skip to content

Commit

Permalink
remove left over from previous commits
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed May 18, 2013
1 parent 87998d3 commit 64783f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libmscore/cmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,6 @@ qDebug(" +ChangeCRLen::setRest %d/%d", f2.numerator(), f2.denominator());
QList<TDuration> dList = toDurationList(f2, true);
undoChangeChordRestLen(cr, dList[0]);
if(dList.size() > 1) {
dList.removeFirst();
TDuration remain = TDuration(f2) - dList[0];
setRest(tick +dList[0].ticks(), track, remain.fraction() * timeStretch, (remain.dots() > 0), tuplet);
}
Expand Down

0 comments on commit 64783f9

Please sign in to comment.