NO-OP: remove duplicate return

This commit is contained in:
Robin Gareus 2022-11-12 23:46:33 +01:00
parent ee51b906ea
commit 3fcd8b659d
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -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()) {