comment tweak

This commit is contained in:
Paul Davis 2014-05-17 17:31:11 -04:00
parent a69f7a9282
commit ce63f22d80

View file

@ -945,8 +945,8 @@ RegionMoveDrag::finished (GdkEvent* ev, bool movement_occurred)
RouteTimeAxisView*
RegionMoveDrag::create_destination_time_axis (boost::shared_ptr<Region> region)
{
/* Add a new track of the correct type, and use the new time axis view that is created when we do this
as the destination for the region drop.
/* Add a new track of the correct type, and return the RouteTimeAxisView that is created to display the
new track.
*/
try {