Make Session::send_song_position_pointer a no-op

This commit is contained in:
Michael Fisher 2013-08-01 13:54:58 -05:00
parent 5555f5ccf7
commit 7ad81b7b4f

View File

@ -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 */
}
}