index
:
ttdaw
master
Tiny terminal based digital audio workstation
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mutex.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'mutex.h')
-rw-r--r--
mutex.h
1
1 files changed, 0 insertions, 1 deletions
diff --git a/mutex.h b/mutex.h
index 2f3c653..78b4cdf 100644
--- a/
mutex.h
+++ b/
mutex.h
@@ -7,7 +7,6 @@ typedef struct {
int note;
int state;
int velocity;
- int preset;
int action;
} SharedData;