13
0

Remove apparently erroneous commit_reversible_command.

git-svn-id: svn://localhost/ardour2/branches/3.0@12621 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-06-09 00:20:41 +00:00
parent 0a4b746317
commit f840133768

View File

@ -1495,10 +1495,6 @@ RegionCreateDrag::finished (GdkEvent*, bool movement_occurred)
} else {
_view->playlist()->thaw ();
}
if (_region) {
_editor->commit_reversible_command ();
}
}
void