mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-27 07:28:17 +01:00
Make Session::send_song_position_pointer a no-op
This commit is contained in:
parent
ce85a4d847
commit
f6ec3c42fc
1 changed files with 1 additions and 1 deletions
|
|
@ -591,7 +591,7 @@ void
|
|||
Session::send_song_position_pointer (framepos_t t)
|
||||
{
|
||||
if (midi_clock) {
|
||||
midi_clock->position_changed (t);
|
||||
/* Do nothing for the moment */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue