mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
[Summary] Deleted unused "pitch-shift-region" action from region selection.
This commit is contained in:
parent
3761db4b4a
commit
027284f7c9
1 changed files with 2 additions and 1 deletions
|
|
@ -1364,7 +1364,8 @@ Editor::sensitize_the_right_region_actions ()
|
|||
_region_actions->get_action("analyze-region")->set_sensitive (false);
|
||||
_region_actions->get_action("reset-region-gain-envelopes")->set_sensitive (false);
|
||||
_region_actions->get_action("toggle-region-gain-envelope-active")->set_sensitive (false);
|
||||
_region_actions->get_action("pitch-shift-region")->set_sensitive (false);
|
||||
// Tracks Live doesn't use it
|
||||
// _region_actions->get_action("pitch-shift-region")->set_sensitive (false);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue