Make Session::send_song_position_pointer a no-op
authorMichael Fisher <mfisher31@gmail.com>
Thu, 1 Aug 2013 18:54:58 +0000 (13:54 -0500)
committerMichael Fisher <mfisher31@gmail.com>
Fri, 2 Aug 2013 13:59:32 +0000 (08:59 -0500)
libs/ardour/session_midi.cc

index bc7e12a729e7899320b12123f04dad5b1f4ab419..d137e5167c9dbe42eb9cbf3983406f988cb2aa8f 100644 (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 */
        }
 }