Fix undo of timestretch (#3905).
authorCarl Hetherington <carl@carlh.net>
Mon, 16 May 2011 20:13:03 +0000 (20:13 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 16 May 2011 20:13:03 +0000 (20:13 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@9527 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor_drag.cc

index 278a38f30454665d993183bc326315ea61e04777..0b3eb5d6e24964ce2d3fb422bc8c0e91cfc05d94 100644 (file)
@@ -3184,8 +3184,6 @@ TimeFXDrag::finished (GdkEvent* /*event*/, bool movement_occurred)
        }
 #endif
 
-       _editor->begin_reversible_command (_("timestretch"));
-
        // XXX how do timeFX on multiple regions ?
 
        RegionSelection rs;