13
0

Make Session::send_song_position_pointer a no-op

This commit is contained in:
Michael Fisher 2013-08-01 13:54:58 -05:00 committed by Paul Davis
parent ce85a4d847
commit f6ec3c42fc

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