mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
insert time: remove pointless local variable
This commit is contained in:
parent
b69a980d3b
commit
05345048a6
1 changed files with 1 additions and 3 deletions
|
|
@ -7224,12 +7224,10 @@ Editor::do_insert_time ()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
InsertTimeOption opt = d.intersected_region_action ();
|
|
||||||
|
|
||||||
insert_time (
|
insert_time (
|
||||||
get_preferred_edit_position(),
|
get_preferred_edit_position(),
|
||||||
d.distance(),
|
d.distance(),
|
||||||
opt,
|
d.intersected_region_action (),
|
||||||
d.all_playlists(),
|
d.all_playlists(),
|
||||||
d.move_glued(),
|
d.move_glued(),
|
||||||
d.move_markers(),
|
d.move_markers(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue