summaryrefslogtreecommitdiff
path: root/mutex.h
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-10-09 18:32:27 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-10-09 18:32:27 +0200
commitac6283f92b0579c0e820e13a83715389455d3171 (patch)
tree9db9e5ca0f6e30a5faab339757f37941ec134738 /mutex.h
parent2468c0afd3ac239ae634cba24583467b8e553c37 (diff)
downloadttdaw-ac6283f92b0579c0e820e13a83715389455d3171.tar.gz
Added preset to args
Diffstat (limited to 'mutex.h')
-rw-r--r--mutex.h1
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;