diff --git a/clock.h b/clock.h index 742ea46..87a2b76 100644 --- a/clock.h +++ b/clock.h @@ -63,7 +63,6 @@ class Clock { uClock.setOnClockStart(sendMIDIStart); uClock.setOnClockStop(sendMIDIStop); uClock.setOnSync24(sendMIDIClock); - // uClock.setOnSync48(sendPulseOut); uClock.start(); }