Get rid of some obsolete definitions.

master
Albert Graef 2018-08-15 00:33:49 +02:00
parent cb4bb68479
commit ca35541f7c
1 changed files with 0 additions and 3 deletions

View File

@ -61,9 +61,6 @@ typedef struct _stroke {
uint8_t dirty;
} stroke;
#define NUM_KEYS 128
#define NUM_CHAN 16
typedef struct _stroke_data {
// key (MIDI channel and, for note/CC/PB, data byte)
uint8_t chan, data;