mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
remove as-yet-undeclared method from Pianoroll
This commit is contained in:
parent
be3e6c8f1b
commit
b58abd5bf9
1 changed files with 0 additions and 9 deletions
|
|
@ -2821,12 +2821,3 @@ Pianoroll::allow_trim_cursors () const
|
|||
return mouse_mode == Editing::MouseContent || mouse_mode == Editing::MouseTimeFX;
|
||||
}
|
||||
|
||||
void
|
||||
Pianoroll::shift_notes (timepos_t const & t)
|
||||
{
|
||||
if (!_view) {
|
||||
return;
|
||||
}
|
||||
|
||||
_view->shift_notes (t);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue