summaryrefslogtreecommitdiffstats
path: root/src/sequencer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sequencer.c')
-rw-r--r--src/sequencer.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sequencer.c b/src/sequencer.c
index 5687640..12c0741 100644
--- a/src/sequencer.c
+++ b/src/sequencer.c
@@ -14,12 +14,6 @@
#define MIDI_CHANNEL 0
#define SLEEP_INTERVAL_MS 2.0 // main loop sleep
-
-
-//-------------------------------------------------
-// Helper for time math
-//-------------------------------------------------
-
typedef struct step_t {
PmTimestamp note_on;
PmTimestamp note_off;