Remove apparently erroneous commit_reversible_command.
authorCarl Hetherington <carl@carlh.net>
Sat, 9 Jun 2012 00:20:41 +0000 (00:20 +0000)
committerCarl Hetherington <carl@carlh.net>
Sat, 9 Jun 2012 00:20:41 +0000 (00:20 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@12621 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor_drag.cc

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