mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
NO-OP: remove duplicate return
This commit is contained in:
parent
ee51b906ea
commit
3fcd8b659d
1 changed files with 0 additions and 1 deletions
|
|
@ -4076,7 +4076,6 @@ Editor::freeze_route ()
|
|||
d.set_title (_("Cannot freeze"));
|
||||
d.run ();
|
||||
return;
|
||||
return;
|
||||
}
|
||||
|
||||
if (clicked_routeview == 0 || !clicked_routeview->is_audio_track()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue